Struct maplibre::benchmarking::tessellation::VertexConstructor
source · pub struct VertexConstructor {}Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
impl RefUnwindSafe for VertexConstructor
impl Send for VertexConstructor
impl Sync for VertexConstructor
impl Unpin for VertexConstructor
impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
impl RefUnwindSafe for VertexConstructor
impl Send for VertexConstructor
impl Sync for VertexConstructor
impl Unpin for VertexConstructor
impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/coords/struct.TileCoords.html b/docs/api/maplibre/coords/struct.TileCoords.html
index 72796be1..5e4c9ca4 100644
--- a/docs/api/maplibre/coords/struct.TileCoords.html
+++ b/docs/api/maplibre/coords/struct.TileCoords.html
@@ -16,7 +16,7 @@ This is not possible if the coordinates of this Example
The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile
x=5,y=5 at zoom level z=0.
-
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/coords/struct.TileCoords.html b/docs/api/maplibre/coords/struct.TileCoords.html
index 72796be1..5e4c9ca4 100644
--- a/docs/api/maplibre/coords/struct.TileCoords.html
+++ b/docs/api/maplibre/coords/struct.TileCoords.html
@@ -16,7 +16,7 @@ This is not possible if the coordinates of this Example
The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile
x=5,y=5 at zoom level z=0.
-
The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile
x=5,y=5 at zoom level z=0.
Trait Implementations§
source§impl Clone for TileCoords
impl Clone for TileCoords
source§fn clone(&self) -> TileCoords
fn clone(&self) -> TileCoords
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TileCoords
impl Debug for TileCoords
source§impl Default for TileCoords
impl Default for TileCoords
source§fn default() -> TileCoords
fn default() -> TileCoords
source§impl Display for TileCoords
impl Display for TileCoords
Trait Implementations§
source§impl Clone for TileCoords
impl Clone for TileCoords
source§fn clone(&self) -> TileCoords
fn clone(&self) -> TileCoords
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TileCoords
impl Debug for TileCoords
source§impl Default for TileCoords
impl Default for TileCoords
source§fn default() -> TileCoords
fn default() -> TileCoords
source§impl Display for TileCoords
impl Display for TileCoords
source§impl Hash for TileCoords
impl Hash for TileCoords
source§impl PartialEq for TileCoords
impl PartialEq for TileCoords
source§fn eq(&self, other: &TileCoords) -> bool
fn eq(&self, other: &TileCoords) -> bool
self and other values to be equal, and is used
by ==.1.0.0 · source§fn ne(&self, other: &Rhs) -> bool
fn ne(&self, other: &Rhs) -> bool
!=. The default implementation is almost always
diff --git a/docs/api/maplibre/coords/struct.WorldCoords.html b/docs/api/maplibre/coords/struct.WorldCoords.html
index 632d8f85..ecfe80cf 100644
--- a/docs/api/maplibre/coords/struct.WorldCoords.html
+++ b/docs/api/maplibre/coords/struct.WorldCoords.html
@@ -7,7 +7,7 @@ the z value of the [WorldTileCoors]. In the 3D world a
which are determined only by the render engine and not by the zoom level.
Coordinate System Origin
The origin of the coordinate system is in the upper-left corner.
-Fields§
§x: f64§y: f64Implementations§
source§impl WorldCoords
impl WorldCoords
pub fn from_lat_lon(lat_lon: LatLon, zoom: Zoom) -> WorldCoords
pub fn at_ground(x: f64, y: f64) -> Self
pub fn into_world_tile(self, z: ZoomLevel, zoom: Zoom) -> WorldTileCoords
Trait Implementations§
source§impl Clone for WorldCoords
impl Clone for WorldCoords
source§fn clone(&self) -> WorldCoords
fn clone(&self) -> WorldCoords
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for WorldCoords
impl Debug for WorldCoords
source§impl Default for WorldCoords
impl Default for WorldCoords
source§fn default() -> WorldCoords
fn default() -> WorldCoords
source§impl Display for WorldCoords
impl Display for WorldCoords
source§impl From<Point3<f64>> for WorldCoords
impl From<Point3<f64>> for WorldCoords
source§impl From<WorldCoords> for Vec3f32
impl From<WorldCoords> for Vec3f32
source§fn from(world_coords: WorldCoords) -> Self
fn from(world_coords: WorldCoords) -> Self
source§impl PartialEq for WorldCoords
impl PartialEq for WorldCoords
source§fn eq(&self, other: &WorldCoords) -> bool
fn eq(&self, other: &WorldCoords) -> bool
self and other values to be equal, and is used
+Fields§
§x: f64§y: f64Implementations§
source§impl WorldCoords
impl WorldCoords
pub fn from_lat_lon(lat_lon: LatLon, zoom: Zoom) -> WorldCoords
pub fn at_ground(x: f64, y: f64) -> Self
pub fn into_world_tile(self, z: ZoomLevel, zoom: Zoom) -> WorldTileCoords
Trait Implementations§
source§impl Clone for WorldCoords
impl Clone for WorldCoords
source§fn clone(&self) -> WorldCoords
fn clone(&self) -> WorldCoords
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for WorldCoords
impl Debug for WorldCoords
source§impl Default for WorldCoords
impl Default for WorldCoords
source§fn default() -> WorldCoords
fn default() -> WorldCoords
source§impl Display for WorldCoords
impl Display for WorldCoords
source§impl From<Point3<f64>> for WorldCoords
impl From<Point3<f64>> for WorldCoords
source§impl From<WorldCoords> for Vec3f32
impl From<WorldCoords> for Vec3f32
source§fn from(world_coords: WorldCoords) -> Self
fn from(world_coords: WorldCoords) -> Self
source§impl PartialEq for WorldCoords
impl PartialEq for WorldCoords
source§fn eq(&self, other: &WorldCoords) -> bool
fn eq(&self, other: &WorldCoords) -> bool
self and other values to be equal, and is used
by ==.impl Copy for WorldCoords
impl StructuralPartialEq for WorldCoords
Auto Trait Implementations§
impl RefUnwindSafe for WorldCoords
impl Send for WorldCoords
impl Sync for WorldCoords
impl Unpin for WorldCoords
impl UnwindSafe for WorldCoords
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/coords/struct.ZoomLevel.html b/docs/api/maplibre/coords/struct.ZoomLevel.html
index 26248c47..4a01fd5e 100644
--- a/docs/api/maplibre/coords/struct.ZoomLevel.html
+++ b/docs/api/maplibre/coords/struct.ZoomLevel.html
@@ -1,6 +1,6 @@
ZoomLevel in maplibre::coords - Rust
- #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Hash for ZoomLevel
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
+ #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> Any for Twhere
+ __S: Serializer,
Serialize this value into the given Serde serializer. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html
index 51098a6f..74716a26 100644
--- a/docs/api/maplibre/event_loop/enum.SendEventError.html
+++ b/docs/api/maplibre/event_loop/enum.SendEventError.html
@@ -3,7 +3,7 @@
Closed,
}Expand description
When sending events to an event loop errors can occur.
Variants§
§Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/coords/struct.ZoomLevel.html b/docs/api/maplibre/coords/struct.ZoomLevel.html
index 26248c47..4a01fd5e 100644
--- a/docs/api/maplibre/coords/struct.ZoomLevel.html
+++ b/docs/api/maplibre/coords/struct.ZoomLevel.html
@@ -1,6 +1,6 @@
ZoomLevel in maplibre::coords - Rust
- #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Hash for ZoomLevel
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
+ #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> Any for Twhere
+ __S: Serializer,
Serialize this value into the given Serde serializer. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html
index 51098a6f..74716a26 100644
--- a/docs/api/maplibre/event_loop/enum.SendEventError.html
+++ b/docs/api/maplibre/event_loop/enum.SendEventError.html
@@ -3,7 +3,7 @@
Closed,
}Expand description
When sending events to an event loop errors can occur.
Variants§
§Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
#[repr(C)]pub struct ZoomLevel(u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
source§impl Hash for ZoomLevel
impl Hash for ZoomLevel
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
+ #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> Any for Twhere
+ __S: Serializer,
Serialize this value into the given Serde serializer. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html
index 51098a6f..74716a26 100644
--- a/docs/api/maplibre/event_loop/enum.SendEventError.html
+++ b/docs/api/maplibre/event_loop/enum.SendEventError.html
@@ -3,7 +3,7 @@
Closed,
}Expand description
When sending events to an event loop errors can occur.
Variants§
§Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
fn hash_slice<H>(data: &[Self], state: &mut H)where
+ #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> Any for Twhere
+ __S: Serializer,
Serialize this value into the given Serde serializer. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralEq for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html
index 51098a6f..74716a26 100644
--- a/docs/api/maplibre/event_loop/enum.SendEventError.html
+++ b/docs/api/maplibre/event_loop/enum.SendEventError.html
@@ -3,7 +3,7 @@
Closed,
}Expand description
When sending events to an event loop errors can occur.
Variants§
§Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
#[repr(C)]pub struct ZoomLevel(u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
source§impl Ord for ZoomLevel
impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self and other) and is used by the <=
operator. Read moreimpl Copy for ZoomLevel
impl Eq for ZoomLevel
impl Pod for ZoomLevel
impl StructuralEq for ZoomLevel
impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
impl RefUnwindSafe for ZoomLevel
impl Send for ZoomLevel
impl Sync for ZoomLevel
impl Unpin for ZoomLevel
impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> Any for Twhere
+ __S: Serializer,
impl<T> Any for Twhere
+ __S: Serializer,
impl Copy for ZoomLevel
impl Eq for ZoomLevel
impl Pod for ZoomLevel
impl StructuralEq for ZoomLevel
impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
impl RefUnwindSafe for ZoomLevel
impl Send for ZoomLevel
impl Sync for ZoomLevel
impl Unpin for ZoomLevel
impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html
index 51098a6f..74716a26 100644
--- a/docs/api/maplibre/event_loop/enum.SendEventError.html
+++ b/docs/api/maplibre/event_loop/enum.SendEventError.html
@@ -3,7 +3,7 @@
Closed,
}Expand description
When sending events to an event loop errors can occur.
Variants§
§Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/event_loop/enum.SendEventError.html b/docs/api/maplibre/event_loop/enum.SendEventError.html
index 51098a6f..74716a26 100644
--- a/docs/api/maplibre/event_loop/enum.SendEventError.html
+++ b/docs/api/maplibre/event_loop/enum.SendEventError.html
@@ -3,7 +3,7 @@
Closed,
}Expand description
When sending events to an event loop errors can occur.
Variants§
§Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
source§impl Display for SendEventError
source§impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl RefUnwindSafe for SendEventError
§impl Send for SendEventError
§impl Sync for SendEventError
§impl Unpin for SendEventError
§impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Expand description
When sending events to an event loop errors can occur.
Variants§
Closed
The event loop was already closed
-Trait Implementations§
source§impl Debug for SendEventError
impl Debug for SendEventError
source§impl Display for SendEventError
impl Display for SendEventError
source§impl Error for SendEventError
impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl RefUnwindSafe for SendEventError
impl Send for SendEventError
impl Sync for SendEventError
impl Unpin for SendEventError
impl UnwindSafe for SendEventError
Blanket Implementations§
Trait Implementations§
source§impl Debug for SendEventError
impl Debug for SendEventError
source§impl Display for SendEventError
impl Display for SendEventError
source§impl Error for SendEventError
impl Error for SendEventError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl RefUnwindSafe for SendEventError
impl Send for SendEventError
impl Sync for SendEventError
impl Unpin for SendEventError
impl UnwindSafe for SendEventError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.CallError.html b/docs/api/maplibre/io/apc/enum.CallError.html
index f5bd021f..48bb5708 100644
--- a/docs/api/maplibre/io/apc/enum.CallError.html
+++ b/docs/api/maplibre/io/apc/enum.CallError.html
@@ -4,7 +4,7 @@
Serialize(Box<dyn Error>),
Deserialize(Box<dyn Error>),
DeserializeInput(Box<dyn Error>),
-}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Trait Implementations§
source§impl Error for CallError
impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for CallError
impl !Send for CallError
impl !Sync for CallError
impl Unpin for CallError
impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for CallError
§impl !Send for CallError
§impl !Sync for CallError
§impl Unpin for CallError
§impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Trait Implementations§
source§impl Error for CallError
impl Error for CallError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for CallError
impl !Send for CallError
impl !Sync for CallError
impl Unpin for CallError
impl !UnwindSafe for CallError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index 405c09eb..2da1347e 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,7 +1,7 @@
MessageError in maplibre::io::apc - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
diff --git a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
index 4b4a09c0..9e7a47e4 100644
--- a/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
+++ b/docs/api/maplibre/io/source_client/struct.SourceFetchError.html
@@ -1,5 +1,5 @@
SourceFetchError in maplibre::io::source_client - Rust
- Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}Variants§
Trait Implementations§
source§impl Debug for MessageError
impl Debug for MessageError
source§impl Display for MessageError
impl Display for MessageError
source§impl Error for MessageError
impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for MessageError
impl !Send for MessageError
impl !Sync for MessageError
impl Unpin for MessageError
impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
Variants§
Trait Implementations§
source§impl Debug for MessageError
impl Debug for MessageError
source§impl Display for MessageError
impl Display for MessageError
source§impl Error for MessageError
impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for MessageError
impl !Send for MessageError
impl !Sync for MessageError
impl Unpin for MessageError
impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/trait.MessageTag.html b/docs/api/maplibre/io/apc/trait.MessageTag.html
index 9725d99d..347cea4f 100644
--- a/docs/api/maplibre/io/apc/trait.MessageTag.html
+++ b/docs/api/maplibre/io/apc/trait.MessageTag.html
@@ -2,4 +2,4 @@
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
source§impl Eq for dyn MessageTag
Implementations on Foreign Types§
source§impl MessageTag for &'static str
source§impl MessageTag for Cow<'static, str>
source§impl MessageTag for u32
Implementors§
source§impl MessageTag for RasterMessageTag
source§impl MessageTag for VectorMessageTag
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
Trait maplibre::io::apc::MessageTag
source · pub trait MessageTag: DynHash + Debug + Send + Sync + 'static { }Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn MessageTag>
impl Clone for Box<dyn MessageTag>
source§impl Hash for dyn MessageTag
impl Hash for dyn MessageTag
source§impl PartialEq for dyn MessageTag
impl PartialEq for dyn MessageTag
impl Eq for dyn MessageTag
Implementations on Foreign Types§
impl MessageTag for &'static str
impl MessageTag for Cow<'static, str>
impl MessageTag for u32
Implementors§
impl MessageTag for RasterMessageTag
impl MessageTag for VectorMessageTag
impl Eq for dyn MessageTag
impl MessageTag for &'static str
impl MessageTag for Cow<'static, str>
impl MessageTag for u32
impl MessageTag for RasterMessageTag
impl MessageTag for VectorMessageTag
Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
impl Debug for SourceFetchError
source§impl Display for SourceFetchError
impl Display for SourceFetchError
source§impl Error for SourceFetchError
impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<Error> for SourceFetchError
impl From<Error> for SourceFetchError
Auto Trait Implementations§
impl !RefUnwindSafe for SourceFetchError
impl !Send for SourceFetchError
impl !Sync for SourceFetchError
impl Unpin for SourceFetchError
impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Any for Twhere
+ Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);
Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
source§impl Display for SourceFetchError
source§impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<Error> for SourceFetchError
Auto Trait Implementations§
§impl !RefUnwindSafe for SourceFetchError
§impl !Send for SourceFetchError
§impl !Sync for SourceFetchError
§impl Unpin for SourceFetchError
§impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Struct maplibre::io::source_client::SourceFetchError
source · pub struct SourceFetchError(pub Box<dyn Error>);Tuple Fields§
§0: Box<dyn Error>Trait Implementations§
source§impl Debug for SourceFetchError
impl Debug for SourceFetchError
source§impl Display for SourceFetchError
impl Display for SourceFetchError
source§impl Error for SourceFetchError
impl Error for SourceFetchError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<Error> for SourceFetchError
impl From<Error> for SourceFetchError
Auto Trait Implementations§
impl !RefUnwindSafe for SourceFetchError
impl !Send for SourceFetchError
impl !Sync for SourceFetchError
impl Unpin for SourceFetchError
impl !UnwindSafe for SourceFetchError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index 255633ef..7e1de339 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
RenderGraphInit(RenderGraphError),
DeviceInit(RenderError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
RendererAlreadySet
No need to set renderer again
-RendererNotReady
RenderGraphInit(RenderGraphError)
DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for MapError
impl Send for MapError
impl Sync for MapError
impl Unpin for MapError
impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
RendererNotReady
RenderGraphInit(RenderGraphError)
DeviceInit(RenderError)
Trait Implementations§
source§impl Error for MapError
impl Error for MapError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for MapError
impl Send for MapError
impl Sync for MapError
impl Unpin for MapError
impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
index 1edf0a4f..c19b41ac 100644
--- a/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
+++ b/docs/api/maplibre/raster/process_raster/enum.ProcessRasterError.html
@@ -2,7 +2,7 @@
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}
Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessRasterError
§impl !Send for ProcessRasterError
§impl !Sync for ProcessRasterError
§impl Unpin for ProcessRasterError
§impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Enum maplibre::raster::process_raster::ProcessRasterError
source · pub enum ProcessRasterError {
Processing(Box<dyn Error>),
}Variants§
Trait Implementations§
source§impl Debug for ProcessRasterError
impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for ProcessRasterError
impl !Send for ProcessRasterError
impl !Sync for ProcessRasterError
impl Unpin for ProcessRasterError
impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessRasterError
impl Debug for ProcessRasterError
source§impl Display for ProcessRasterError
impl Display for ProcessRasterError
source§impl Error for ProcessRasterError
impl Error for ProcessRasterError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for ProcessRasterError
impl !Send for ProcessRasterError
impl !Sync for ProcessRasterError
impl Unpin for ProcessRasterError
impl !UnwindSafe for ProcessRasterError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index a23511bf..b4ccf79f 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Surface(SurfaceError)
CreateSurfaceError(CreateSurfaceError)
Graph(RenderGraphError)
RequestDevice(RequestDeviceError)
RequestAdaptor
Implementations§
source§impl RenderError
impl RenderError
pub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
impl Debug for RenderError
source§impl Display for RenderError
impl Display for RenderError
source§impl Error for RenderError
impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateSurfaceError> for RenderError
impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
fn from(source: RenderGraphError) -> Self
source§impl From<RequestDeviceError> for RenderError
impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
impl !RefUnwindSafe for RenderError
impl Send for RenderError
impl Sync for RenderError
impl Unpin for RenderError
impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Surface(SurfaceError)
CreateSurfaceError(CreateSurfaceError)
Graph(RenderGraphError)
RequestDevice(RequestDeviceError)
RequestAdaptor
Implementations§
source§impl RenderError
impl RenderError
pub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
impl Debug for RenderError
source§impl Display for RenderError
impl Display for RenderError
source§impl Error for RenderError
impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateSurfaceError> for RenderError
impl From<CreateSurfaceError> for RenderError
source§impl From<RenderGraphError> for RenderError
impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
fn from(source: RenderGraphError) -> Self
source§impl From<RequestDeviceError> for RenderError
impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
impl !RefUnwindSafe for RenderError
impl Send for RenderError
impl Sync for RenderError
impl Unpin for RenderError
impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
index bd4fe8c7..9dfbbaba 100644
--- a/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/context/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
MissingSubGraph(Cow<'static, str>)
SubGraphHasNoInputs(Cow<'static, str>)
MissingInput
MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for RunSubGraphError
impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
fn eq(&self, other: &RunSubGraphError) -> bool
self and other values to be equal, and is used
+}Variants§
MissingSubGraph(Cow<'static, str>)
SubGraphHasNoInputs(Cow<'static, str>)
MissingInput
MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for RunSubGraphError
impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
fn eq(&self, other: &RunSubGraphError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for RunSubGraphError
impl StructuralEq for RunSubGraphError
impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
impl RefUnwindSafe for RunSubGraphError
impl Send for RunSubGraphError
impl Sync for RunSubGraphError
impl Unpin for RunSubGraphError
impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index ff072ae8..cfbcd441 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
fn eq(&self, other: &NodeLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
impl Eq for NodeLabel
impl StructuralEq for NodeLabel
impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
impl RefUnwindSafe for NodeLabel
impl Send for NodeLabel
impl Sync for NodeLabel
impl Unpin for NodeLabel
impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index 8d2c9001..6878d10e 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for NodeRunError
impl StructuralEq for NodeRunError
impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
impl RefUnwindSafe for NodeRunError
impl Send for NodeRunError
impl Sync for NodeRunError
impl Unpin for NodeRunError
impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RenderGraphError.html b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
index 6934d7bb..7037b744 100644
--- a/docs/api/maplibre/render/graph/enum.RenderGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RenderGraphError.html
@@ -25,7 +25,7 @@
input_slot: usize,
occupied_by_node: NodeId,
},
-}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§InvalidNode(NodeLabel)
§InvalidOutputNodeSlot(SlotLabel)
§InvalidInputNodeSlot(SlotLabel)
§WrongNodeType
§MismatchedNodeSlots
§EdgeAlreadyExists(Edge)
§EdgeDoesNotExist(Edge)
§UnconnectedNodeInputSlot
§UnconnectedNodeOutputSlot
§NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
source§impl Display for RenderGraphError
source§impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RenderGraphError
source§impl StructuralEq for RenderGraphError
source§impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphError
§impl Send for RenderGraphError
§impl Sync for RenderGraphError
§impl Unpin for RenderGraphError
§impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
InvalidNode(NodeLabel)
InvalidOutputNodeSlot(SlotLabel)
InvalidInputNodeSlot(SlotLabel)
WrongNodeType
MismatchedNodeSlots
EdgeAlreadyExists(Edge)
EdgeDoesNotExist(Edge)
UnconnectedNodeInputSlot
UnconnectedNodeOutputSlot
NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
impl Debug for RenderGraphError
source§impl Display for RenderGraphError
impl Display for RenderGraphError
source§impl Error for RenderGraphError
impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<RenderGraphError> for RenderError
impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
fn from(source: RenderGraphError) -> Self
source§impl PartialEq for RenderGraphError
impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
fn eq(&self, other: &RenderGraphError) -> bool
self and other values to be equal, and is used
+}Variants§
InvalidNode(NodeLabel)
InvalidOutputNodeSlot(SlotLabel)
InvalidInputNodeSlot(SlotLabel)
WrongNodeType
MismatchedNodeSlots
EdgeAlreadyExists(Edge)
EdgeDoesNotExist(Edge)
UnconnectedNodeInputSlot
UnconnectedNodeOutputSlot
NodeInputSlotAlreadyOccupied
Trait Implementations§
source§impl Debug for RenderGraphError
impl Debug for RenderGraphError
source§impl Display for RenderGraphError
impl Display for RenderGraphError
source§impl Error for RenderGraphError
impl Error for RenderGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<RenderGraphError> for RenderError
impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
fn from(source: RenderGraphError) -> Self
source§impl PartialEq for RenderGraphError
impl PartialEq for RenderGraphError
source§fn eq(&self, other: &RenderGraphError) -> bool
fn eq(&self, other: &RenderGraphError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for RenderGraphError
impl StructuralEq for RenderGraphError
impl StructuralPartialEq for RenderGraphError
Auto Trait Implementations§
impl RefUnwindSafe for RenderGraphError
impl Send for RenderGraphError
impl Sync for RenderGraphError
impl Unpin for RenderGraphError
impl UnwindSafe for RenderGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
index 2f5214e3..cc083ebd 100644
--- a/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
+++ b/docs/api/maplibre/render/graph/enum.RunSubGraphError.html
@@ -14,7 +14,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
§MissingSubGraph(Cow<'static, str>)
§SubGraphHasNoInputs(Cow<'static, str>)
§MissingInput
§MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for RunSubGraphError
source§impl StructuralEq for RunSubGraphError
source§impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
§impl RefUnwindSafe for RunSubGraphError
§impl Send for RunSubGraphError
§impl Sync for RunSubGraphError
§impl Unpin for RunSubGraphError
§impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
MissingSubGraph(Cow<'static, str>)
SubGraphHasNoInputs(Cow<'static, str>)
MissingInput
MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for RunSubGraphError
impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
fn eq(&self, other: &RunSubGraphError) -> bool
self and other values to be equal, and is used
+}Variants§
MissingSubGraph(Cow<'static, str>)
SubGraphHasNoInputs(Cow<'static, str>)
MissingInput
MismatchedInputSlotType
Trait Implementations§
source§impl Debug for RunSubGraphError
impl Debug for RunSubGraphError
source§impl Display for RunSubGraphError
impl Display for RunSubGraphError
source§impl Error for RunSubGraphError
impl Error for RunSubGraphError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for RunSubGraphError
impl PartialEq for RunSubGraphError
source§fn eq(&self, other: &RunSubGraphError) -> bool
fn eq(&self, other: &RunSubGraphError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for RunSubGraphError
impl StructuralEq for RunSubGraphError
impl StructuralPartialEq for RunSubGraphError
Auto Trait Implementations§
impl RefUnwindSafe for RunSubGraphError
impl Send for RunSubGraphError
impl Sync for RunSubGraphError
impl Unpin for RunSubGraphError
impl UnwindSafe for RunSubGraphError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 64b04802..64bce47b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
fn eq(&self, other: &SlotLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
impl Eq for SlotLabel
impl StructuralEq for SlotLabel
impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
impl RefUnwindSafe for SlotLabel
impl Send for SlotLabel
impl Sync for SlotLabel
impl Unpin for SlotLabel
impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 028563dc..0120e153 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
Trait Implementations§
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index 83941d38..182a92aa 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralEq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
fn eq(&self, other: &NodeLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
impl Eq for NodeLabel
impl StructuralEq for NodeLabel
impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
impl RefUnwindSafe for NodeLabel
impl Send for NodeLabel
impl Sync for NodeLabel
impl Unpin for NodeLabel
impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 649d50cb..3ec6aaae 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -3,7 +3,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralEq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for NodeRunError
impl StructuralEq for NodeRunError
impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
impl RefUnwindSafe for NodeRunError
impl Send for NodeRunError
impl Sync for NodeRunError
impl Unpin for NodeRunError
impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index f262edb5..4bd726e0 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -4,7 +4,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralEq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
fn eq(&self, other: &SlotLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
impl Eq for SlotLabel
impl StructuralEq for SlotLabel
impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
impl RefUnwindSafe for SlotLabel
impl Send for SlotLabel
impl Sync for SlotLabel
impl Unpin for SlotLabel
impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index b37397d2..5112e8eb 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -12,7 +12,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
Trait Implementations§
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index bb064683..8ba2737d 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -17,7 +17,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for RenderGraphRunnerError
impl Send for RenderGraphRunnerError
impl Sync for RenderGraphRunnerError
impl Unpin for RenderGraphRunnerError
impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for RenderGraphRunnerError
impl Send for RenderGraphRunnerError
impl Sync for RenderGraphRunnerError
impl Unpin for RenderGraphRunnerError
impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index 0251f320..bdf86cc3 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -5,11 +5,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
-Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
fn render<'w>( world: &'w World, item: &LayerItem, pass: &mut TrackedRenderPass<'w> -) -> RenderCommandResult
PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
fn render<'w>( +) -> RenderCommandResult
PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index c7dfb7c9..98fab5ec 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
source§impl TextureView
impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
pub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
Trait Implementations§
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 400a879a..81f8938f 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -12,7 +12,7 @@ or dereferences to a wgpu TextureView
§SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
TextureView
SurfaceTexture
The value is a wgpu SurfaceTexture, but dereferences to
a TextureView.
Implementations§
source§impl TextureView
impl TextureView
sourcepub fn take_surface_texture(self) -> Option<SurfaceTexture>
pub fn take_surface_texture(self) -> Option<SurfaceTexture>
Returns the SurfaceTexture of the texture view if it is of that type.
Trait Implementations§
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
index c85c2432..af0ae4ae 100644
--- a/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
+++ b/docs/api/maplibre/render/shaders/struct.ShaderVertex.html
@@ -2,7 +2,7 @@
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/struct.Alpha.html b/docs/api/maplibre/style/struct.Alpha.html
index 2cd53b78..17927c59 100644
--- a/docs/api/maplibre/style/struct.Alpha.html
+++ b/docs/api/maplibre/style/struct.Alpha.html
@@ -170,7 +170,7 @@
ComponentTy: Copy,§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
Converts to this type from the input type.§impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
Converts to this type from the input type.§impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
§type ComponentTy = CTy
§const SPACE: Spaces = Spaces::EncodedSrgb
§const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
Converts to this type from the input type.§impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
Converts to this type from the input type.§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
Converts to this type from the input type.§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Struct maplibre::render::shaders::ShaderVertex
source · #[repr(C)]pub struct ShaderVertex {
pub position: Vec2f32,
pub normal: Vec2f32,
-}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
fn clone(&self) -> ShaderVertex
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ShaderVertex
impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
impl Copy for ShaderVertex
impl Pod for ShaderVertex
Auto Trait Implementations§
impl RefUnwindSafe for ShaderVertex
impl Send for ShaderVertex
impl Sync for ShaderVertex
impl Unpin for ShaderVertex
impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
impl<T> Any for Twhere
+}Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
source§impl Copy for ShaderVertex
source§impl Pod for ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for ShaderVertex
§impl Send for ShaderVertex
§impl Sync for ShaderVertex
§impl Unpin for ShaderVertex
§impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
Fields§
§position: Vec2f32§normal: Vec2f32Implementations§
Trait Implementations§
source§impl Clone for ShaderVertex
impl Clone for ShaderVertex
source§fn clone(&self) -> ShaderVertex
fn clone(&self) -> ShaderVertex
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ShaderVertex
impl Default for ShaderVertex
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
impl Copy for ShaderVertex
impl Pod for ShaderVertex
Auto Trait Implementations§
impl RefUnwindSafe for ShaderVertex
impl Send for ShaderVertex
impl Sync for ShaderVertex
impl Unpin for ShaderVertex
impl UnwindSafe for ShaderVertex
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
impl<T> CheckedBitPattern for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index e15c540e..3e54e8d4 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -2,4 +2,4 @@
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
impl PartialEq for dyn StageLabel
impl Eq for dyn StageLabel
Implementations on Foreign Types§
impl StageLabel for &'static str
impl StageLabel for Cow<'static, str>
Implementors§
impl StageLabel for RenderStageLabel
impl Eq for dyn StageLabel
impl StageLabel for &'static str
impl StageLabel for Cow<'static, str>
impl StageLabel for RenderStageLabel
§impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
impl<ComponentTy> From<Alpha<YPrimeCbCr<ComponentTy>>> for YPrimeCbCr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
fn from(col_alpha: Alpha<YPrimeCbCr<ComponentTy>>) -> YPrimeCbCr<ComponentTy>
§impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
impl<ComponentTy> From<Alpha<YPrimePbPr<ComponentTy>>> for YPrimePbPr<ComponentTy>where
ComponentTy: Copy,
§fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
fn from(col_alpha: Alpha<YPrimePbPr<ComponentTy>>) -> YPrimePbPr<ComponentTy>
§impl From<Color> for Alpha<EncodedSrgb<f32>>
impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
§impl From<Color> for Alpha<EncodedSrgb<f64>>
impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
§impl From<Color> for Alpha<EncodedSrgb>
impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
fn from(c: Color) -> Alpha<EncodedSrgb>
§impl From<Color> for Alpha<EncodedSrgb<f32>>
impl From<Color> for Alpha<EncodedSrgb<f32>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
fn from(c: Color) -> Alpha<EncodedSrgb<f32>>
§impl From<Color> for Alpha<EncodedSrgb<f64>>
impl From<Color> for Alpha<EncodedSrgb<f64>>
§fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
fn from(c: Color) -> Alpha<EncodedSrgb<f64>>
§impl From<Color> for Alpha<EncodedSrgb>
impl From<Color> for Alpha<EncodedSrgb>
§fn from(c: Color) -> Alpha<EncodedSrgb>
fn from(c: Color) -> Alpha<EncodedSrgb>
§impl<ColorTy> Hash for Alpha<ColorTy>
impl<ColorTy> Hash for Alpha<ColorTy>
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
fn hash_slice<H>(data: &[Self], state: &mut H)where
diff --git a/docs/api/maplibre/style/struct.EncodedSrgb.html b/docs/api/maplibre/style/struct.EncodedSrgb.html
index 98eebf10..db861ffd 100644
--- a/docs/api/maplibre/style/struct.EncodedSrgb.html
+++ b/docs/api/maplibre/style/struct.EncodedSrgb.html
@@ -14,7 +14,7 @@ sRGB OETF, aka “gamma compensation”, applied.
ComponentTy: Clone,
§fn clone(&self) -> EncodedSrgb<ComponentTy>
fn clone(&self) -> EncodedSrgb<ComponentTy>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more§impl<CTy> ColorType for EncodedSrgb<CTy>
impl<CTy> ColorType for EncodedSrgb<CTy>
type ComponentTy = CTy
const SPACE: Spaces = Spaces::EncodedSrgb
const NUM_COMPONENTS: usize = 3usize
§impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
impl<ComponentTy> Debug for EncodedSrgb<ComponentTy>where
ComponentTy: Debug,
§impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
impl<ComponentTy> From<[ComponentTy; 3]> for EncodedSrgb<ComponentTy>
§fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
fn from(_: [ComponentTy; 3]) -> EncodedSrgb<ComponentTy>
§impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
impl<ComponentTy> From<Alpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
- ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
§impl From<Color> for EncodedSrgb
impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
fn from(c: Color) -> EncodedSrgb
§impl From<Color> for EncodedSrgb<f32>
impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
fn from(c: Color) -> EncodedSrgb<f32>
§impl From<Color> for EncodedSrgb<f64>
impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
fn from(c: Color) -> EncodedSrgb<f64>
§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
+ ComponentTy: Copy,
§fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
fn from(col_alpha: Alpha<EncodedSrgb<ComponentTy>>) -> EncodedSrgb<ComponentTy>
§impl From<Color> for EncodedSrgb
impl From<Color> for EncodedSrgb
§fn from(c: Color) -> EncodedSrgb
fn from(c: Color) -> EncodedSrgb
§impl From<Color> for EncodedSrgb<f32>
impl From<Color> for EncodedSrgb<f32>
§fn from(c: Color) -> EncodedSrgb<f32>
fn from(c: Color) -> EncodedSrgb<f32>
§impl From<Color> for EncodedSrgb<f64>
impl From<Color> for EncodedSrgb<f64>
§fn from(c: Color) -> EncodedSrgb<f64>
fn from(c: Color) -> EncodedSrgb<f64>
§impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
impl<ComponentTy> From<PremultipliedAlpha<EncodedSrgb<ComponentTy>>> for EncodedSrgb<ComponentTy>where
ComponentTy: Copy,
§fn from(
col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>>
) -> EncodedSrgb<ComponentTy>
fn from( col_alpha: PremultipliedAlpha<EncodedSrgb<ComponentTy>> ) -> EncodedSrgb<ComponentTy>
§impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<ComponentTy> Hash for EncodedSrgb<ComponentTy>where
diff --git a/docs/api/maplibre/tessellation/struct.VertexConstructor.html b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
index 5b758eb3..7c392f2b 100644
--- a/docs/api/maplibre/tessellation/struct.VertexConstructor.html
+++ b/docs/api/maplibre/tessellation/struct.VertexConstructor.html
@@ -1,6 +1,6 @@
VertexConstructor in maplibre::tessellation - Rust
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}
Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
source§fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
§impl RefUnwindSafe for VertexConstructor
§impl Send for VertexConstructor
§impl Sync for VertexConstructor
§impl Unpin for VertexConstructor
§impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Struct maplibre::tessellation::VertexConstructor
source · pub struct VertexConstructor {}Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
impl RefUnwindSafe for VertexConstructor
impl Send for VertexConstructor
impl Sync for VertexConstructor
impl Unpin for VertexConstructor
impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
impl RefUnwindSafe for VertexConstructor
impl Send for VertexConstructor
impl Sync for VertexConstructor
impl Unpin for VertexConstructor
impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/enum.ProcessVectorError.html
index 71619602..52ed09c5 100644
--- a/docs/api/maplibre/vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
SendError(SendError)
Sending of results failed
Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for ProcessVectorError
impl !Send for ProcessVectorError
impl !Sync for ProcessVectorError
impl Unpin for ProcessVectorError
impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for ProcessVectorError
impl !Send for ProcessVectorError
impl !Sync for ProcessVectorError
impl Unpin for ProcessVectorError
impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
index 77d8e1a3..facd2da6 100644
--- a/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
+++ b/docs/api/maplibre/vector/process_vector/enum.ProcessVectorError.html
@@ -4,7 +4,7 @@
Processing(Box<dyn Error>),
}Variants§
§SendError(SendError)
Sending of results failed
§Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl !RefUnwindSafe for ProcessVectorError
§impl !Send for ProcessVectorError
§impl !Sync for ProcessVectorError
§impl Unpin for ProcessVectorError
§impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Variants§
SendError(SendError)
Sending of results failed
Processing(Box<dyn Error>)
Error during processing of the pipeline
-Trait Implementations§
source§impl Debug for ProcessVectorError
impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for ProcessVectorError
impl !Send for ProcessVectorError
impl !Sync for ProcessVectorError
impl Unpin for ProcessVectorError
impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcessVectorError
impl Debug for ProcessVectorError
source§impl Display for ProcessVectorError
impl Display for ProcessVectorError
source§impl Error for ProcessVectorError
impl Error for ProcessVectorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for ProcessVectorError
impl !Send for ProcessVectorError
impl !Sync for ProcessVectorError
impl Unpin for ProcessVectorError
impl !UnwindSafe for ProcessVectorError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
impl<T> Downcast for Twhere
diff --git a/docs/api/search-index.js b/docs/api/search-index.js
index 59d4fce8..a7e1d184 100644
--- a/docs/api/search-index.js
+++ b/docs/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for LinePaint"],["impl Clone for SlotLabel"],["impl Clone for VectorMessageTag"],["impl Clone for RendererSettings"],["impl Clone for SlotInfo"],["impl Clone for InnerCoords"],["impl Clone for SourceShapes"],["impl Clone for VertexState"],["impl Clone for TileCoords"],["impl Clone for LayerPaint"],["impl Clone for IndexEntry"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderTileMetadata"],["impl Clone for RasterLayer"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for ReqwestHttpClient"],["impl Clone for PhysicalSize"],["impl Clone for ShaderFeatureStyle"],["impl Clone for Tile"],["impl Clone for DefaultLayerTesselated"],["impl Clone for RenderStageLabel"],["impl Clone for TileShape"],["impl Clone for NodeId"],["impl Clone for VertexBufferLayout"],["impl Clone for Zoom"],["impl Clone for WgpuSettings"],["impl Clone for NodeLabel"],["impl Clone for ShaderCamera"],["impl<T> Clone for ExactGeometry<T>"],["impl Clone for ViewTile"],["impl Clone for Box<dyn StageLabel>"],["impl Clone for DefaultVectorTransferables"],["impl Clone for Edge"],["impl Clone for EdgeInsets"],["impl Clone for TileAddressingScheme"],["impl Clone for VectorSource"],["impl Clone for Msaa"],["impl Clone for BackingBufferType"],["impl Clone for RasterResampling"],["impl Clone for FragmentState"],["impl Clone for ShaderGlobals"],["impl Clone for FillPaint"],["impl Clone for SurfaceType"],["impl Clone for Box<dyn MessageTag>"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for Camera"],["impl Clone for ViewProjection"],["impl Clone for LogicalSize"],["impl Clone for StyleLayer"],["impl Clone for SourceType"],["impl Clone for LatLon"],["impl Clone for Source"]]
+"maplibre":[["impl Clone for TessellateSource"],["impl Clone for LogicalSize"],["impl Clone for ShaderTileMetadata"],["impl Clone for VectorMessageTag"],["impl Clone for SlotInfo"],["impl Clone for NodeLabel"],["impl Clone for DefaultRasterTransferables"],["impl Clone for ShaderGlobals"],["impl Clone for Input"],["impl Clone for LinePaint"],["impl Clone for Zoom"],["impl Clone for SurfaceType"],["impl Clone for LatLon"],["impl Clone for Tile"],["impl Clone for RasterSource"],["impl Clone for InnerCoords"],["impl Clone for RasterResampling"],["impl Clone for VectorSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for StyleLayer"],["impl Clone for DefaultLayerTesselated"],["impl Clone for NodeId"],["impl Clone for Camera"],["impl Clone for RendererBuilder"],["impl Clone for TileCoords"],["impl Clone for SlotLabel"],["impl Clone for Box<dyn MessageTag>"],["impl Clone for Msaa"],["impl Clone for LayerPaint"],["impl Clone for ZoomLevel"],["impl Clone for Box<dyn StageLabel>"],["impl<T> Clone for ExactGeometry<T>"],["impl<V: Clone, I: Clone> Clone for OverAlignedVertexBuffer<V, I>"],["impl Clone for Style"],["impl Clone for WorldTileCoords"],["impl Clone for WgpuSettings"],["impl Clone for VertexBufferLayout"],["impl Clone for TileShape"],["impl Clone for FloatOrd"],["impl Clone for FragmentState"],["impl Clone for ShaderCamera"],["impl Clone for RasterMessageTag"],["impl Clone for RendererSettings"],["impl Clone for RasterLayer"],["impl Clone for FillPaint"],["impl<T> Clone for IndexedGeometry<T>"],["impl Clone for WorldCoords"],["impl Clone for Edge"],["impl<HC> Clone for HttpSourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for ViewTile"],["impl Clone for ShaderFeatureStyle"],["impl Clone for EdgeInsets"],["impl Clone for SchedulerContext"],["impl Clone for RenderStageLabel"],["impl Clone for IndexEntry"],["impl Clone for SourceShapes"],["impl<HC> Clone for SourceClient<HC>where\n HC: HttpClient + Clone,"],["impl Clone for BackgroundPaint"],["impl Clone for ViewProjection"],["impl Clone for SlotType"],["impl Clone for PhysicalSize"],["impl Clone for ShaderVertex"],["impl Clone for Quadkey"],["impl Clone for SlotValue"],["impl Clone for BackingBufferType"],["impl Clone for Source"],["impl Clone for ShaderTextureVertex"],["impl Clone for TileAddressingScheme"],["impl Clone for SourceType"],["impl Clone for VertexState"],["impl Clone for DefaultVectorTransferables"],["impl Clone for ShaderLayerMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Eq.js b/docs/api/trait.impl/core/cmp/trait.Eq.js
index 8922be91..3c059fe1 100644
--- a/docs/api/trait.impl/core/cmp/trait.Eq.js
+++ b/docs/api/trait.impl/core/cmp/trait.Eq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for OutputSlotError"],["impl Eq for dyn StageLabel"],["impl Eq for EdgeExistence"],["impl Eq for TileCoords"],["impl Eq for FragmentState"],["impl Eq for NodeId"],["impl Eq for InputSlotError"],["impl Eq for FloatOrd"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for LogicalSize"],["impl Eq for PhysicalSize"],["impl Eq for RunSubGraphError"],["impl Eq for SlotLabel"],["impl Eq for RenderGraphError"],["impl Eq for RenderStageLabel"],["impl Eq for NodeLabel"],["impl Eq for SlotType"],["impl Eq for dyn MessageTag"],["impl Eq for WorldTileCoords"],["impl Eq for RasterMessageTag"],["impl Eq for ZoomLevel"]]
+"maplibre":[["impl Eq for NodeId"],["impl Eq for PhysicalSize"],["impl Eq for ZoomLevel"],["impl Eq for FragmentState"],["impl Eq for LogicalSize"],["impl Eq for SlotType"],["impl Eq for Edge"],["impl Eq for NodeRunError"],["impl Eq for EdgeExistence"],["impl Eq for RenderGraphError"],["impl Eq for NodeLabel"],["impl Eq for dyn StageLabel"],["impl Eq for OutputSlotError"],["impl Eq for RunSubGraphError"],["impl Eq for dyn MessageTag"],["impl Eq for RasterMessageTag"],["impl Eq for Quadkey"],["impl Eq for VectorMessageTag"],["impl Eq for SlotLabel"],["impl Eq for WorldTileCoords"],["impl Eq for InputSlotError"],["impl Eq for TileCoords"],["impl Eq for FloatOrd"],["impl Eq for RenderStageLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.Ord.js b/docs/api/trait.impl/core/cmp/trait.Ord.js
index cf898345..3372f2f7 100644
--- a/docs/api/trait.impl/core/cmp/trait.Ord.js
+++ b/docs/api/trait.impl/core/cmp/trait.Ord.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Ord for Quadkey"],["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
+"maplibre":[["impl Ord for WorldTileCoords"],["impl Ord for ZoomLevel"],["impl Ord for Quadkey"],["impl Ord for FloatOrd"],["impl Ord for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialEq.js b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
index 3dac2d14..8b30ea9d 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialEq.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotType"],["impl PartialEq for ZoomLevel"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for NodeLabel"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for EdgeExistence"],["impl PartialEq for LogicalSize"],["impl PartialEq for InputSlotError"],["impl PartialEq for EdgeInsets"],["impl PartialEq for NodeId"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for NodeRunError"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for FloatOrd"],["impl PartialEq for RenderGraphError"],["impl PartialEq for Quadkey"],["impl PartialEq for WorldCoords"],["impl PartialEq for PhysicalSize"],["impl PartialEq for SlotLabel"],["impl PartialEq for FragmentState"],["impl PartialEq for Edge"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InnerCoords"],["impl PartialEq for TileCoords"]]
+"maplibre":[["impl PartialEq for WorldCoords"],["impl PartialEq for RenderGraphError"],["impl PartialEq for RenderStageLabel"],["impl PartialEq for EdgeInsets"],["impl PartialEq for dyn MessageTag"],["impl PartialEq for PhysicalSize"],["impl PartialEq for FloatOrd"],["impl PartialEq for ZoomLevel"],["impl PartialEq for VectorMessageTag"],["impl PartialEq for RunSubGraphError"],["impl PartialEq for InputSlotError"],["impl PartialEq for RasterMessageTag"],["impl PartialEq for WorldTileCoords"],["impl PartialEq for InnerCoords"],["impl PartialEq for FragmentState"],["impl PartialEq for Quadkey"],["impl PartialEq for dyn StageLabel"],["impl PartialEq for SlotType"],["impl PartialEq for TileCoords"],["impl PartialEq for NodeId"],["impl PartialEq for EdgeExistence"],["impl PartialEq for NodeRunError"],["impl PartialEq for OutputSlotError"],["impl PartialEq for SlotLabel"],["impl PartialEq for LogicalSize"],["impl PartialEq for NodeLabel"],["impl PartialEq for Edge"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
index b2ec29a6..0dc59b09 100644
--- a/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
+++ b/docs/api/trait.impl/core/cmp/trait.PartialOrd.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl PartialOrd for FloatOrd"],["impl PartialOrd for NodeId"],["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for Quadkey"]]
+"maplibre":[["impl PartialOrd for WorldTileCoords"],["impl PartialOrd for ZoomLevel"],["impl PartialOrd for FloatOrd"],["impl PartialOrd for Quadkey"],["impl PartialOrd for NodeId"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/convert/trait.From.js b/docs/api/trait.impl/core/convert/trait.From.js
index 60c3b4ac..e4a154fe 100644
--- a/docs/api/trait.impl/core/convert/trait.From.js
+++ b/docs/api/trait.impl/core/convert/trait.From.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl From<RunSubGraphError> for NodeRunError"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<SurfaceTexture> for TextureView"],["impl From<usize> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"],["impl From<Point3<f64>> for WorldCoords"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<NodeId> for NodeLabel"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<RenderGraphError> for RenderError"],["impl From<(f32, f32)> for WorldCoords"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<u8> for ZoomLevel"],["impl From<&SlotLabel> for SlotLabel"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<String> for NodeLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<RequestDeviceError> for RenderError"],["impl From<Buffer> for SlotValue"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<String> for SlotLabel"],["impl From<WorldCoords> for Vec3f32"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<Sampler> for SlotValue"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl From<SurfaceError> for RenderError"],["impl From<OutputSlotError> for NodeRunError"]]
+"maplibre":[["impl From<NodeId> for NodeLabel"],["impl From<SurfaceTexture> for TextureView"],["impl From<RunSubGraphError> for NodeRunError"],["impl From<Buffer> for SlotValue"],["impl From<Sampler> for SlotValue"],["impl From<u8> for ZoomLevel"],["impl From<OutputSlotError> for NodeRunError"],["impl From<(f64, f64)> for WorldCoords"],["impl From<(u32, u32, ZoomLevel)> for TileCoords"],["impl<V: Pod, I: Pod> From<VertexBuffers<V, I>> for OverAlignedVertexBuffer<V, I>"],["impl From<SurfaceError> for RenderError"],["impl From<ZoomLevel> for u8"],["impl From<Error> for SourceFetchError"],["impl From<Point3<f64>> for WorldCoords"],["impl From<WorldCoords> for Vec3f32"],["impl From<String> for NodeLabel"],["impl From<TextureView> for SlotValue"],["impl From<CreateSurfaceError> for RenderError"],["impl From<RequestDeviceError> for RenderError"],["impl From<&SlotLabel> for SlotLabel"],["impl From<Error> for SourceFetchError"],["impl From<String> for SlotLabel"],["impl From<NodeRunError> for RenderGraphRunnerError"],["impl From<Cow<'static, str>> for SlotLabel"],["impl From<&'static str> for SlotLabel"],["impl From<(f32, f32)> for WorldCoords"],["impl From<RenderGraphError> for RenderError"],["impl<T: IntoIterator<Item = SlotInfo>> From<T> for SlotInfos"],["impl From<(i32, i32, ZoomLevel)> for WorldTileCoords"],["impl From<TextureView> for TextureView"],["impl From<InputSlotError> for NodeRunError"],["impl From<usize> for SlotLabel"],["impl From<&NodeLabel> for NodeLabel"],["impl From<&'static str> for NodeLabel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/default/trait.Default.js b/docs/api/trait.impl/core/default/trait.Default.js
index 6b99a5c8..6e8615dc 100644
--- a/docs/api/trait.impl/core/default/trait.Default.js
+++ b/docs/api/trait.impl/core/default/trait.Default.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Default for ViewTileSources"],["impl Default for TessellateSource"],["impl Default for ResourceSystem"],["impl Default for Resources"],["impl Default for RenderGraph"],["impl Default for Tiles"],["impl Default for VectorLayersDataComponent"],["impl Default for RendererBuilder"],["impl Default for RendererSettings"],["impl Default for RasterSource"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for StyleLayer"],["impl Default for LatLon"],["impl Default for SystemStage"],["impl Default for TileCoords"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for RasterLayersDataComponent"],["impl Default for InitializationResult"],["impl Default for WorldCoords"],["impl Default for ShaderVertex"],["impl Default for GlobalQueryState"],["impl Default for WgpuSettings"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TokioScheduler"],["impl Default for Zoom"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for EdgeInsets"],["impl Default for RingIndex"],["impl Default for Style"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for IndexProcessor"],["impl Default for VectorTilesDone"],["impl Default for World"],["impl Default for GraphRunnerSystem"],["impl Default for TileAddressingScheme"],["impl Default for ShaderTextureVertex"],["impl Default for SlotInfos"],["impl Default for DebugPlugin"],["impl Default for ShaderCamera"],["impl Default for RasterLayer"],["impl Default for Msaa"],["impl Default for GeometryIndex"],["impl Default for WorldTileCoords"],["impl Default for InnerCoords"],["impl Default for ZoomLevel"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for FPSMeter"],["impl Default for GlobalQueryState"],["impl<T> Default for Eventually<T>"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for Schedule"],["impl Default for RenderPlugin"]]
+"maplibre":[["impl Default for Tiles"],["impl<I: Add + From<VertexId> + MaxIndex> Default for ZeroTessellator<I>"],["impl Default for TokioScheduler"],["impl Default for StyleLayer"],["impl Default for GlobalQueryState"],["impl Default for RingIndex"],["impl Default for SlotInfos"],["impl Default for RasterSource"],["impl Default for RasterLayersDataComponent"],["impl Default for RenderPlugin"],["impl Default for LatLon"],["impl<Q: ResourceQuery> Default for QueryHasTile<Q>"],["impl Default for WgpuSettings"],["impl Default for ResourceSystem"],["impl<T> Default for ChangeObserver<T>where\n T: Default,"],["impl Default for GlobalQueryState"],["impl Default for GraphRunnerSystem"],["impl Default for RendererBuilder"],["impl Default for TileCoords"],["impl Default for IndexProcessor"],["impl Default for InitializationResult"],["impl Default for Style"],["impl Default for RenderGraph"],["impl<T: VectorTransferables> Default for VectorPlugin<T>"],["impl Default for VectorTilesDone"],["impl Default for GeometryIndex"],["impl Default for Schedule"],["impl Default for WorldCoords"],["impl Default for Msaa"],["impl Default for FPSMeter"],["impl<I: PhaseItem> Default for RenderPhase<I>"],["impl Default for World"],["impl Default for ShaderVertex"],["impl<E: Environment> Default for KernelBuilder<E>"],["impl Default for SystemStage"],["impl Default for VectorLayersDataComponent"],["impl Default for RasterLayer"],["impl Default for ShaderTextureVertex"],["impl Default for Resources"],["impl Default for InnerCoords"],["impl Default for WorldTileCoords"],["impl<T: RasterTransferables> Default for RasterPlugin<T>"],["impl Default for TessellateSource"],["impl Default for ZoomLevel"],["impl Default for TileAddressingScheme"],["impl Default for RendererSettings"],["impl Default for ViewTileSources"],["impl Default for ShaderCamera"],["impl Default for DebugPlugin"],["impl<T> Default for Eventually<T>"],["impl Default for EdgeInsets"],["impl Default for Zoom"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/error/trait.Error.js b/docs/api/trait.impl/core/error/trait.Error.js
index 3eff2cb3..3690dfd0 100644
--- a/docs/api/trait.impl/core/error/trait.Error.js
+++ b/docs/api/trait.impl/core/error/trait.Error.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Error for SourceFetchError"],["impl Error for ProcessVectorError"],["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RenderError"],["impl Error for ScheduleError"],["impl Error for RenderGraphError"],["impl Error for RunSubGraphError"],["impl Error for MessageError"],["impl Error for ProcessRasterError"],["impl Error for MapError"],["impl Error for NodeRunError"],["impl Error for SendEventError"],["impl Error for ProcedureError"],["impl Error for InputSlotError"],["impl Error for OutputSlotError"],["impl Error for SendError"]]
+"maplibre":[["impl Error for CallError"],["impl Error for RenderGraphRunnerError"],["impl Error for RunSubGraphError"],["impl Error for ProcessRasterError"],["impl Error for ScheduleError"],["impl Error for OutputSlotError"],["impl Error for InputSlotError"],["impl Error for SendError"],["impl Error for MessageError"],["impl Error for RenderError"],["impl Error for MapError"],["impl Error for SendEventError"],["impl Error for SourceFetchError"],["impl Error for ProcedureError"],["impl Error for NodeRunError"],["impl Error for RenderGraphError"],["impl Error for ProcessVectorError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Debug.js b/docs/api/trait.impl/core/fmt/trait.Debug.js
index 4ce5391c..5e358d46 100644
--- a/docs/api/trait.impl/core/fmt/trait.Debug.js
+++ b/docs/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Debug for VectorSource"],["impl Debug for SourceFetchError"],["impl<T> Debug for IndexedGeometry<T>"],["impl Debug for TileShape"],["impl Debug for TileAddressingScheme"],["impl Debug for BackingBufferType"],["impl Debug for DefaultLayerIndexed"],["impl Debug for WorldCoords"],["impl Debug for SendError"],["impl Debug for LatLon"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for Zoom"],["impl Debug for DefaultLayerRaster"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for ProcessVectorError"],["impl Debug for RenderGraphError"],["impl Debug for RenderError"],["impl Debug for CallError"],["impl Debug for RunSubGraphError"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for DefaultLayerMissing"],["impl Debug for DefaultLayerTesselated"],["impl Debug for TextureView"],["impl Debug for ProcedureError"],["impl Debug for DefaultTileTessellated"],["impl Debug for InputSlotError"],["impl Debug for MessageError"],["impl Debug for SlotValue"],["impl Debug for SlotLabel"],["impl Debug for BackgroundPaint"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for FloatOrd"],["impl Debug for ViewTile"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for SlotInfos"],["impl Debug for RasterMessageTag"],["impl Debug for ViewProjection"],["impl Debug for NodeLabel"],["impl Debug for TileCoords"],["impl Debug for Source"],["impl Debug for Edge"],["impl Debug for NodeState"],["impl Debug for Style"],["impl Debug for VectorMessageTag"],["impl Debug for RenderStageLabel"],["impl Debug for LogicalSize"],["impl Debug for NodeRunError"],["impl Debug for ZoomLevel"],["impl Debug for SourceShapes"],["impl Debug for RingIndexEntry"],["impl Debug for SendEventError"],["impl Debug for FillPaint"],["impl Debug for SlotInfo"],["impl Debug for IndexEntry"],["impl Debug for Tile"],["impl Debug for ViewRegion"],["impl Debug for PhysicalSize"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for RenderGraphRunnerError"],["impl Debug for Quadkey"],["impl Debug for VertexBufferLayout"],["impl Debug for NodeId"],["impl Debug for SlotType"],["impl Debug for OutputSlotError"],["impl Debug for FragmentState"],["impl Debug for RenderGraph"],["impl Debug for WorldTileCoords"],["impl Debug for StyleLayer"],["impl Debug for ScheduleError"],["impl Debug for InnerCoords"],["impl Debug for ShaderFeatureStyle"],["impl Debug for RasterResampling"],["impl Debug for Camera"],["impl Debug for Message"],["impl Debug for LinePaint"],["impl Debug for LayerPaint"],["impl Debug for Edges"],["impl Debug for ProcessRasterError"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for MapError"],["impl Debug for VertexState"],["impl Debug for RingIndex"],["impl Debug for RasterLayer"]]
+"maplibre":[["impl Debug for RingIndex"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for RasterResampling"],["impl Debug for MessageError"],["impl Debug for NodeRunError"],["impl Debug for Edge"],["impl Debug for NodeId"],["impl Debug for BackingBufferType"],["impl Debug for Camera"],["impl Debug for ProcessRasterError"],["impl Debug for WorldCoords"],["impl Debug for IndexEntry"],["impl Debug for SendEventError"],["impl Debug for DefaultLayerRasterMissing"],["impl Debug for VectorMessageTag"],["impl<S: BaseNum> Debug for Aabb3<S>"],["impl Debug for SlotLabel"],["impl Debug for RenderStageLabel"],["impl Debug for OutputSlotError"],["impl Debug for Quadkey"],["impl Debug for SlotValue"],["impl Debug for ViewRegion"],["impl<S: BaseNum> Debug for Aabb2<S>"],["impl Debug for NodeLabel"],["impl Debug for FragmentState"],["impl Debug for InputSlotError"],["impl Debug for DefaultTileTessellated"],["impl Debug for LogicalSize"],["impl Debug for RenderGraphRunnerError"],["impl Debug for ZoomLevel"],["impl Debug for TileShape"],["impl Debug for Style"],["impl Debug for SourceFetchError"],["impl Debug for SlotInfos"],["impl Debug for LatLon"],["impl Debug for BackgroundPaint"],["impl Debug for Tile"],["impl Debug for Edges"],["impl Debug for SendError"],["impl Debug for StyleLayer"],["impl Debug for Zoom"],["impl Debug for FloatOrd"],["impl Debug for VertexBufferLayout"],["impl Debug for SlotInfo"],["impl Debug for RenderGraph"],["impl<B: Debug> Debug for BackingBuffer<B>"],["impl Debug for TextureView"],["impl Debug for LinePaint"],["impl Debug for PhysicalSize"],["impl Debug for Message"],["impl Debug for MapError"],["impl Debug for RasterMessageTag"],["impl Debug for RingIndexEntry"],["impl Debug for SlotType"],["impl Debug for ViewTile"],["impl Debug for TileAddressingScheme"],["impl Debug for ViewProjection"],["impl Debug for RenderError"],["impl Debug for LayerPaint"],["impl<T> Debug for ExactGeometry<T>"],["impl Debug for NodeState"],["impl Debug for WorldTileCoords"],["impl<S: BaseFloat> Debug for Plane<S>"],["impl Debug for Source"],["impl Debug for RenderGraphError"],["impl Debug for ScheduleError"],["impl Debug for RunSubGraphError"],["impl Debug for ShaderFeatureStyle"],["impl Debug for TileCoords"],["impl Debug for RasterLayer"],["impl Debug for DefaultLayerRaster"],["impl Debug for InnerCoords"],["impl Debug for CallError"],["impl Debug for DefaultLayerMissing"],["impl Debug for FillPaint"],["impl Debug for DefaultLayerTesselated"],["impl Debug for SourceShapes"],["impl Debug for ProcedureError"],["impl<Q: Debug, B: Debug, V: Debug, I: Debug, TM: Debug, FM: Debug> Debug for BufferPool<Q, B, V, I, TM, FM>"],["impl Debug for VertexState"],["impl Debug for ProcessVectorError"],["impl Debug for DefaultLayerIndexed"],["impl Debug for VectorSource"],["impl<T> Debug for IndexedGeometry<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/fmt/trait.Display.js b/docs/api/trait.impl/core/fmt/trait.Display.js
index 48175ae6..ea6a3673 100644
--- a/docs/api/trait.impl/core/fmt/trait.Display.js
+++ b/docs/api/trait.impl/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Display for ProcessRasterError"],["impl Display for SendEventError"],["impl Display for RenderError"],["impl Display for SendError"],["impl Display for MessageError"],["impl Display for ProcedureError"],["impl Display for Zoom"],["impl Display for ProcessVectorError"],["impl Display for CallError"],["impl Display for SourceFetchError"],["impl Display for WorldCoords"],["impl Display for RunSubGraphError"],["impl Display for ZoomLevel"],["impl Display for NodeRunError"],["impl Display for SlotType"],["impl Display for WorldTileCoords"],["impl Display for TileCoords"],["impl Display for MapError"],["impl Display for ScheduleError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for RenderGraphError"],["impl Display for RenderGraphRunnerError"],["impl Display for OutputSlotError"]]
+"maplibre":[["impl Display for RunSubGraphError"],["impl Display for ProcedureError"],["impl Display for SendError"],["impl Display for CallError"],["impl Display for RenderGraphRunnerError"],["impl Display for WorldTileCoords"],["impl Display for NodeRunError"],["impl Display for SourceFetchError"],["impl Display for MessageError"],["impl Display for LatLon"],["impl Display for InputSlotError"],["impl Display for TileCoords"],["impl Display for RenderGraphError"],["impl Display for ProcessRasterError"],["impl Display for RenderError"],["impl Display for SlotType"],["impl Display for SendEventError"],["impl Display for ScheduleError"],["impl Display for Zoom"],["impl Display for ZoomLevel"],["impl Display for MapError"],["impl Display for ProcessVectorError"],["impl Display for WorldCoords"],["impl Display for OutputSlotError"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/hash/trait.Hash.js b/docs/api/trait.impl/core/hash/trait.Hash.js
index 3225b94e..6b3c46c5 100644
--- a/docs/api/trait.impl/core/hash/trait.Hash.js
+++ b/docs/api/trait.impl/core/hash/trait.Hash.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Hash for ZoomLevel"],["impl Hash for NodeId"],["impl Hash for TileCoords"],["impl Hash for WorldTileCoords"],["impl Hash for LogicalSize"],["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for RasterMessageTag"],["impl Hash for dyn StageLabel"],["impl Hash for VectorMessageTag"],["impl Hash for PhysicalSize"]]
+"maplibre":[["impl Hash for dyn MessageTag"],["impl Hash for RenderStageLabel"],["impl Hash for WorldTileCoords"],["impl Hash for NodeId"],["impl Hash for ZoomLevel"],["impl Hash for PhysicalSize"],["impl Hash for dyn StageLabel"],["impl Hash for TileCoords"],["impl Hash for VectorMessageTag"],["impl Hash for LogicalSize"],["impl Hash for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.Copy.js b/docs/api/trait.impl/core/marker/trait.Copy.js
index ea084270..6ff91eb9 100644
--- a/docs/api/trait.impl/core/marker/trait.Copy.js
+++ b/docs/api/trait.impl/core/marker/trait.Copy.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Copy for PhysicalSize"],["impl Copy for ZoomLevel"],["impl Copy for DefaultRasterTransferables"],["impl Copy for Quadkey"],["impl Copy for ShaderLayerMetadata"],["impl Copy for EdgeInsets"],["impl Copy for ShaderCamera"],["impl Copy for WorldCoords"],["impl Copy for WorldTileCoords"],["impl Copy for RasterMessageTag"],["impl Copy for SlotType"],["impl Copy for VectorMessageTag"],["impl Copy for DefaultVectorTransferables"],["impl Copy for TileCoords"],["impl Copy for Zoom"],["impl Copy for LatLon"],["impl Copy for FloatOrd"],["impl Copy for Msaa"],["impl Copy for ShaderVertex"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for ShaderFeatureStyle"],["impl Copy for BackingBufferType"],["impl Copy for ViewProjection"],["impl Copy for ShaderTextureVertex"],["impl Copy for Tile"],["impl Copy for ShaderGlobals"],["impl Copy for InnerCoords"],["impl Copy for ShaderTileMetadata"],["impl Copy for NodeId"]]
+"maplibre":[["impl Copy for Quadkey"],["impl Copy for TileCoords"],["impl Copy for EdgeInsets"],["impl Copy for DefaultVectorTransferables"],["impl Copy for Msaa"],["impl Copy for ShaderGlobals"],["impl Copy for SlotType"],["impl Copy for Tile"],["impl Copy for VectorMessageTag"],["impl Copy for LogicalSize"],["impl Copy for RendererSettings"],["impl Copy for NodeId"],["impl Copy for ShaderTileMetadata"],["impl Copy for WorldCoords"],["impl Copy for ShaderLayerMetadata"],["impl Copy for WorldTileCoords"],["impl Copy for ZoomLevel"],["impl Copy for BackingBufferType"],["impl Copy for PhysicalSize"],["impl Copy for ShaderCamera"],["impl Copy for ViewProjection"],["impl Copy for ShaderVertex"],["impl Copy for ShaderFeatureStyle"],["impl Copy for ShaderTextureVertex"],["impl Copy for DefaultRasterTransferables"],["impl Copy for FloatOrd"],["impl Copy for Zoom"],["impl Copy for InnerCoords"],["impl Copy for LatLon"],["impl Copy for RasterMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralEq.js b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
index f93c5889..0fc4c943 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for FragmentState"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for Edge"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for Quadkey"],["impl StructuralEq for EdgeExistence"],["impl StructuralEq for TileCoords"]]
+"maplibre":[["impl StructuralEq for EdgeExistence"],["impl StructuralEq for NodeRunError"],["impl StructuralEq for RunSubGraphError"],["impl StructuralEq for TileCoords"],["impl StructuralEq for RasterMessageTag"],["impl StructuralEq for ZoomLevel"],["impl StructuralEq for PhysicalSize"],["impl StructuralEq for NodeId"],["impl StructuralEq for RenderStageLabel"],["impl StructuralEq for SlotLabel"],["impl StructuralEq for SlotType"],["impl StructuralEq for NodeLabel"],["impl StructuralEq for WorldTileCoords"],["impl StructuralEq for RenderGraphError"],["impl StructuralEq for InputSlotError"],["impl StructuralEq for Quadkey"],["impl StructuralEq for OutputSlotError"],["impl StructuralEq for Edge"],["impl StructuralEq for LogicalSize"],["impl StructuralEq for VectorMessageTag"],["impl StructuralEq for FragmentState"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
index 2a95d239..7c093866 100644
--- a/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
+++ b/docs/api/trait.impl/core/marker/trait.StructuralPartialEq.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for VectorMessageTag"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeLabel"]]
+"maplibre":[["impl StructuralPartialEq for WorldCoords"],["impl StructuralPartialEq for TileCoords"],["impl StructuralPartialEq for RasterMessageTag"],["impl StructuralPartialEq for OutputSlotError"],["impl StructuralPartialEq for ZoomLevel"],["impl StructuralPartialEq for EdgeExistence"],["impl StructuralPartialEq for RunSubGraphError"],["impl StructuralPartialEq for NodeRunError"],["impl StructuralPartialEq for NodeLabel"],["impl StructuralPartialEq for LogicalSize"],["impl StructuralPartialEq for RenderGraphError"],["impl StructuralPartialEq for Quadkey"],["impl StructuralPartialEq for FragmentState"],["impl StructuralPartialEq for PhysicalSize"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for InputSlotError"],["impl StructuralPartialEq for WorldTileCoords"],["impl StructuralPartialEq for EdgeInsets"],["impl StructuralPartialEq for SlotLabel"],["impl StructuralPartialEq for RenderStageLabel"],["impl StructuralPartialEq for InnerCoords"],["impl StructuralPartialEq for SlotType"],["impl StructuralPartialEq for NodeId"],["impl StructuralPartialEq for VectorMessageTag"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/ops/deref/trait.Deref.js b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
index a6d1c093..b7cb5647 100644
--- a/docs/api/trait.impl/core/ops/deref/trait.Deref.js
+++ b/docs/api/trait.impl/core/ops/deref/trait.Deref.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<T> Deref for ChangeObserver<T>"],["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for TextureView"],["impl Deref for MaskPipeline"]]
+"maplibre":[["impl Deref for VectorPipeline"],["impl Deref for DebugPipeline"],["impl Deref for MaskPipeline"],["impl<T> Deref for ChangeObserver<T>"],["impl Deref for TextureView"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/de/trait.Deserialize.js b/docs/api/trait.impl/serde/de/trait.Deserialize.js
index 0c2a6696..e5db50e3 100644
--- a/docs/api/trait.impl/serde/de/trait.Deserialize.js
+++ b/docs/api/trait.impl/serde/de/trait.Deserialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for VectorSource"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for BackgroundPaint"]]
+"maplibre":[["impl<'de> Deserialize<'de> for WorldTileCoords"],["impl<'de> Deserialize<'de> for ZoomLevel"],["impl<'de> Deserialize<'de> for RasterLayer"],["impl<'de> Deserialize<'de> for FillPaint"],["impl<'de> Deserialize<'de> for TileAddressingScheme"],["impl<'de> Deserialize<'de> for StyleLayer"],["impl<'de> Deserialize<'de> for Source"],["impl<'de> Deserialize<'de> for LinePaint"],["impl<'de> Deserialize<'de> for LayerPaint"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for BackgroundPaint"],["impl<'de> Deserialize<'de> for RasterResampling"],["impl<'de> Deserialize<'de> for Style"],["impl<'de> Deserialize<'de> for VectorSource"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/serde/ser/trait.Serialize.js b/docs/api/trait.impl/serde/ser/trait.Serialize.js
index e55129a9..386629c6 100644
--- a/docs/api/trait.impl/serde/ser/trait.Serialize.js
+++ b/docs/api/trait.impl/serde/ser/trait.Serialize.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Serialize for LinePaint"],["impl Serialize for Style"],["impl Serialize for TileAddressingScheme"],["impl Serialize for WorldTileCoords"],["impl Serialize for ZoomLevel"],["impl Serialize for RasterLayer"],["impl Serialize for RasterResampling"],["impl Serialize for StyleLayer"],["impl Serialize for Input"],["impl Serialize for VectorSource"],["impl Serialize for LayerPaint"],["impl Serialize for BackgroundPaint"],["impl Serialize for Source"],["impl Serialize for FillPaint"]]
+"maplibre":[["impl Serialize for FillPaint"],["impl Serialize for VectorSource"],["impl Serialize for TileAddressingScheme"],["impl Serialize for Source"],["impl Serialize for WorldTileCoords"],["impl Serialize for Style"],["impl Serialize for Input"],["impl Serialize for BackgroundPaint"],["impl Serialize for LinePaint"],["impl Serialize for RasterResampling"],["impl Serialize for RasterLayer"],["impl Serialize for LayerPaint"],["impl Serialize for StyleLayer"],["impl Serialize for ZoomLevel"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/type.impl/alloc/boxed/struct.Box.js b/docs/api/type.impl/alloc/boxed/struct.Box.js
index 022e2ff9..180ab8b8 100644
--- a/docs/api/type.impl/alloc/boxed/struct.Box.js
+++ b/docs/api/type.impl/alloc/boxed/struct.Box.js
@@ -1,3 +1,3 @@
(function() {var type_impls = {
-"maplibre":[["source§impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\nlet five = Box::new(5);
\nsourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
\nsourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\nsourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it.
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\nsourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
\nThis doesn’t actually allocate if T is zero-sized.
\nExamples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\nsourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)
\nsourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);
\nsourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\nsourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
\nSee MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\nsourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
\nConstructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
\nsourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
Converts a Box<T> into a Box<[T]>
\nThis conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
Consumes the Box, returning the wrapped value.
\nExamples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
\n\nlet x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManually create a Box from scratch by using the global allocator:
\n\nuse std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
\nSafety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManually create a Box from scratch by using the system allocator:
\n\n#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}
\n1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\nNote: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}
\nsourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
Consumes the Box, returning a wrapped raw pointer and the allocator.
\nThe pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
\nNote: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\nManual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\nconst: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
\n1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
\nThis function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
\nNote: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
\nExamples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\nUnsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
\nThis conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
\nConstructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
\nNotes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
\n\nⓘstruct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n",0,"maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
Seek to an offset, in bytes, in a stream. Read moresource§fn stream_position(&mut self) -> Result<u64, Error>
Returns the current seek position from the start of the stream. Read more1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
Rewind to the beginning of a stream. Read more","Seek","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
Write a buffer into this writer, returning how many bytes were written. Read moresource§fn is_write_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn flush(&mut self) -> Result<(), Error>
Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read moresource§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read moresource§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
Writes a formatted string into this writer, returning any error\nencountered. Read more","Write","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRawFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read moresource§fn consume(&mut self, amt: usize)
Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
🔬This is a nightly-only experimental API. (buf_read_has_data_left)Check if the underlying Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
🔬This is a nightly-only experimental API. (bufread_skip_until)Skip all bytes until the delimiter byte or EOF is reached. Read more","BufRead","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read moresource§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Pull some bytes from this source into the specified buffer. Read moresource§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
Like read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
🔬This is a nightly-only experimental API. (can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
Read all bytes until EOF in this source, placing them into buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
Read all bytes until EOF in this source, appending them to buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
Read the exact number of bytes required to fill buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
🔬This is a nightly-only experimental API. (read_buf)Read the exact number of bytes required to fill cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Creates a “by reference” adaptor for this instance of Read. Read more","Read","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more","AsFd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.33.0 · source§impl<T, A> Unpin for Box<T, A>
","Unpin","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","DerefMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
","DispatchFromDyn>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Future","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
","ExactSizeIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
Advances the iterator and returns the next value. Read moresource§fn size_hint(&self) -> (usize, Option<usize>)
Returns the bounds on the remaining length of the iterator. Read moresource§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
Consumes the iterator, returning the last element. Read moresource§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_next_chunk)Advances the iterator and returns an array containing the next N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
Consumes the iterator, counting the number of iterations and returning it. Read moresource§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator by n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
Takes two iterators and creates a new iterator over both in sequence. Read more1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
‘Zips up’ two iterators into a single iterator of pairs. Read moresource§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
🔬This is a nightly-only experimental API. (iter_intersperse)Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
Takes a closure and creates an iterator which calls that closure on each\nelement. Read more1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
Creates an iterator that both filters and maps. Read more1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
Creates an iterator which gives the current iteration count as well as\nthe next value. Read more1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
Creates an iterator that yields elements based on a predicate. Read more1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
Creates an iterator that both yields elements based on a predicate and maps. Read more1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
Creates an iterator that skips the first n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
Creates an iterator that works like map, but flattens nested structure. Read moresource§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
🔬This is a nightly-only experimental API. (iter_map_windows)Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
Does something with each element of an iterator, passing the value on. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Borrows an iterator, rather than consuming it. Read moresource§fn collect_into<E>(self, collection: &mut E) -> &mut E
🔬This is a nightly-only experimental API. (iter_collect_into)Collects all the items from an iterator into a collection. Read more1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
Consumes an iterator, creating two collections from it. Read moresource§fn is_partitioned<P>(self, predicate: P) -> bool
🔬This is a nightly-only experimental API. (iter_is_partitioned)Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read moresource§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
🔬This is a nightly-only experimental API. (iterator_try_reduce)Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
Tests if every element of the iterator matches a predicate. Read more1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
Tests if any element of the iterator matches a predicate. Read more1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
Searches for an element of an iterator that satisfies a predicate. Read more1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
Applies function to the elements of iterator and returns\nthe first non-none result. Read moresource§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
🔬This is a nightly-only experimental API. (try_find)Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
Searches for an element in an iterator, returning its index. Read more1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the maximum value from the\nspecified function. Read more1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
Returns the element that gives the minimum value from the\nspecified function. Read more1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
Converts an iterator of pairs into a pair of containers. Read more1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
Creates an iterator which copies all of its elements. Read moresource§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
🔬This is a nightly-only experimental API. (iter_array_chunks)Returns an iterator over N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
Iterates over the entire iterator, multiplying all the elements Read moresource§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
🔬This is a nightly-only experimental API. (iter_order_by)Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
🔬This is a nightly-only experimental API. (iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given comparator function. Read moresource§fn is_sorted_by_key<F, K>(self, f: F) -> bool
🔬This is a nightly-only experimental API. (is_sorted)Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more","Iterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.22.0 · source§impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
Writes a single u128 into this hasher.source§fn write_usize(&mut self, i: usize)
Writes a single usize into this hasher.source§fn write_i128(&mut self, i: i128)
Writes a single i128 into this hasher.source§fn write_isize(&mut self, i: isize)
Writes a single isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)Writes a length prefix into this hasher, as part of being prefix-free. Read more","Hasher","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting","Error","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
🔬This is a nightly-only experimental API. (async_iterator)The type of items yielded by the async iterator.source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
🔬This is a nightly-only experimental API. (async_iterator)Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more","AsyncIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Pointer","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more","PartialOrd","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Deref","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
Compares and returns the maximum of two values. Read more","Ord","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","From","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Drop","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
","CoerceUnsized>","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Fn","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.26.0 · source§impl<I, A> FusedIterator for Box<I, A>
","FusedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsRef","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Borrow","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Hash","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","AsMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
\nExamples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\nsource§fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
\nExamples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n","Clone","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","Display","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
Removes and returns an element from the end of the iterator. Read moresource§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
Returns the nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
🔬This is a nightly-only experimental API. (iter_advance_by)Advances the iterator from the back by n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more","DoubleEndedIterator","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["source§impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
🔬This is a nightly-only experimental API. (coroutine_trait)The type of value this coroutine yields. Read more","Coroutine","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.0.0 · source§impl<T, A> Eq for Box<T, A>
","Eq","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["1.1.0 · source§impl<T, A> BorrowMut<T> for Box<T, A>
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more","BorrowMut","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["","FnOnce","maplibre::schedule::BoxedStageLabel","maplibre::tcs::system::BoxedSystem"],["
Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","Get the underlying bits value.","Get the underlying bits value.","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","Convert from a bits value exactly.","","Convert from a bits value exactly.","","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,190,190,0,0,0,212,0,214,205,0,59,190,190,190,201,202,200,190,201,202,200,200,214,205,0,211,0,190,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,190,190,190,190,190,190,190,190,57,0,48,57,190,190,0,210,190,190,190,190,190,190,190,0,56,210,217,217,48,210,203,56,216,190,190,190,190,190,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,190,190,190,190,210,190,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,325,311,298,335,298,298,335,335,337,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,325,311,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,319,302,297,318,126,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,297,318,333,323,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,335,335,335,337,337,337,310,310,310,301,301,301,314,314,314,326,326,326,308,308,308,331,331,331,324,324,324,315,315,315,313,313,313,327,327,327,330,330,330,304,304,304,309,309,309,320,320,320,300,300,300,316,316,316,334,334,334,321,321,321,332,332,332,312,312,312,328,328,328,333,333,333,323,323,323,317,317,317,325,325,325,319,319,319,311,311,311,302,302,302,303,303,303,322,322,322,297,297,297,318,318,318,306,306,306,307,307,307,329,329,329,305,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,310,310,310,310,310,301,301,301,301,314,314,314,314,326,326,326,326,308,308,308,308,331,331,331,331,324,324,324,324,315,315,315,315,313,313,313,313,327,327,327,327,330,330,330,330,304,304,304,304,309,309,309,309,320,320,320,320,300,300,300,300,316,316,316,316,334,334,334,334,321,321,321,321,332,332,332,332,312,312,312,312,328,328,328,328,333,333,333,333,323,323,323,323,317,317,317,317,325,325,325,325,319,319,319,319,311,311,311,311,302,302,302,302,303,303,303,303,322,322,322,322,297,297,297,297,318,318,318,318,306,306,306,306,307,307,307,307,329,329,329,329,305,305,305,305,340,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,319,302,303,322,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,333,323,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,310,310,301,301,314,314,326,326,308,308,331,331,324,324,315,315,313,313,327,327,330,330,304,304,309,309,320,320,300,300,316,316,334,334,321,321,332,332,312,312,328,328,333,333,323,323,317,317,325,325,319,319,311,311,302,302,303,303,322,322,297,297,318,318,306,306,307,307,329,329,305,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,340,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,324,315,325,319,311,302,303,0,126,126,126,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,306,307,126,306,307,310,301,314,326,313,327,330,304,309,320,300,334,321,332,312,328,0,303,322,0,126,0,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,329,298,335,337,310,301,314,326,308,331,324,315,313,327,330,304,309,320,300,316,334,321,332,312,328,333,323,317,325,319,311,302,303,322,297,318,306,307,329,305,322,329,126,308,331,316,317,308,316,317,297,318,306,307,329,305,308,316,317,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[[[8,[7,7]]],16],[[[31,[7]]],16],[-1,-1,[]],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[-1,-1,[]],[119,118],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[-1,-2,[],[]],[157,83],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[-1,-1,[]],[193,169],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[190,190],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[190,27],28],[[190,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[213,190]]],[[188,[214]]]],[[48,-1],[[9,[-2,190]]],[[188,[214]]],199],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[9,[210,190]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],190]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,190]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,190]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,190]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,59],[200,59],[202,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,190]]]],[[217,40],[[9,[211,190]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,190]]],199],0,[210,[[9,[-1,190]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,190]]]],[[217,211],[[9,[8,190]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,190]]]],[210,[[9,[8,190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[208,204],[206,204],[-1,-1,[]],[207,204],[-1,-1,[]],[40,205],[42,205],[205,205],[[[141,[102]]],205],[-1,-1,[]],[102,205],[-1,-1,[]],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[59,221],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[-1,-1,[]],[242,208],[243,208],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[242]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[310,[-1]]],[[310,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[297,[-1]]],[[297,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[310,[-1]],[310,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[297,[-1]],[297,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[310,[-1]],[310,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[297,[-1]],[297,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[310,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[297,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[338,[[298,[310]]]],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[338,[[298,[[310,[32]]]]]],[338,[[298,[[310,[7]]]]]],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[-1,-1,[]],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[-1,-1,[]],[338,310],[338,[[310,[32]]]],[[[24,[-1]]],[[310,[-1]]],[]],[338,[[310,[7]]]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[24,[-1]]],[[314,[-1]]],[]],[-1,-1,[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[[[24,[-1]]],[[308,[-1]]],[]],[-1,-1,[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[324,[-1]]],[]],[-1,-1,[]],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[24,[-1]]],[[315,[-1]]],[]],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[[[24,[-1]]],[[313,[-1]]],[]],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[-1,-1,[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[24,[-1]]],[[316,[-1]]],[]],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[[[24,[-1]]],[[321,[-1]]],[]],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[-1,-1,[]],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[24,[-1]]],[[333,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[319,[-1]]],[]],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[302,[-1]]],[]],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[297,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[[[24,[-1]]],[[306,[-1]]],[]],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[-1,-1,[]],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[[[24,[-1]]],[[329,[-1]]],[]],[-1,-1,[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[310,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[297,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],0,0,[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[310,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[-1,-1,[]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[6,"RenderGraphError",2114],[5,"RequestDeviceError",8343],[6,"SurfaceError",8343],[5,"CreateSurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"SurfaceTexture",8343],[5,"TextureView",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"YCbCr",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"DciP3",4644],[5,"LinearSrgb",4644],[5,"Oklch",4644],[5,"Hsl",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"YPbPr",4644],[5,"YPrimePbPr",4644],[5,"GenericColor3",4644],[5,"DisplayP3",4644],[5,"EncodedSrgb",4644],[5,"Oklab",4644],[5,"EncodedBt2100PQ",4644],[5,"AcesCg",4644],[5,"EncodedRec709",4644],[5,"Luma",4644],[5,"DciXYZPrime",4644],[5,"CieXYZ",4644],[5,"YPrimeCbCr",4644],[5,"CieLCh",4644],[5,"EncodedDisplayP3",4644],[5,"EncodedBt2020",4644],[5,"Hsv",4644],[5,"ICtCpHLG",4644],[5,"Luminance",4644],[5,"CieLab",4644],[5,"Rec709",4644],[5,"Aces2065",4644],[5,"EncodedBt2100HLG",4644],[5,"Yuv",4644],[5,"AcesCc",4644],[5,"GenericColor1",4644],[5,"Bt2100",4644],[5,"ICtCpPQ",4644],[5,"Bt2020",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Display-for-ZoomLevel"],[197,"impl-Debug-for-ZoomLevel"],[198,"impl-Debug-for-LatLon"],[199,"impl-Display-for-LatLon"],[200,"impl-Debug-for-Zoom"],[201,"impl-Display-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Debug-for-WorldTileCoords"],[206,"impl-Display-for-WorldTileCoords"],[207,"impl-Debug-for-WorldCoords"],[208,"impl-Display-for-WorldCoords"],[222,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[223,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Debug-for-SendError"],[645,"impl-Display-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Display-for-SourceFetchError"],[953,"impl-Debug-for-SourceFetchError"],[956,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Display-for-MapError"],[1142,"impl-Debug-for-MapError"],[1416,"impl-Display-for-ProcessRasterError"],[1417,"impl-Debug-for-ProcessRasterError"],[2068,"impl-Debug-for-RenderError"],[2069,"impl-Display-for-RenderError"],[2070,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2071,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2072,"impl-From%3CSurfaceError%3E-for-RenderError"],[2074,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2189,"impl-Display-for-RenderGraphError"],[2190,"impl-Debug-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Display-for-NodeRunError"],[2622,"impl-Debug-for-NodeRunError"],[2630,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2631,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CTextureView%3E-for-SlotValue"],[2807,"impl-From%3CBuffer%3E-for-SlotValue"],[2809,"impl-From%3CSampler%3E-for-SlotValue"],[2811,"impl-From%3Cusize%3E-for-SlotLabel"],[2812,"impl-From%3CString%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2816,"impl-From%3C%26str%3E-for-SlotLabel"],[2896,"impl-Debug-for-RenderGraphRunnerError"],[2897,"impl-Display-for-RenderGraphRunnerError"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3466,"impl-From%3CTextureView%3E-for-TextureView"],[3735,"impl-Flags-for-Backends"],[3736,"impl-Backends"],[3737,"impl-Features"],[3738,"impl-Flags-for-Features"],[3850,"impl-UpperHex-for-Backends"],[3851,"impl-Octal-for-Backends"],[3852,"impl-Debug-for-Backends"],[3853,"impl-LowerHex-for-Backends"],[3854,"impl-Binary-for-Backends"],[3855,"impl-LowerHex-for-Features"],[3856,"impl-Binary-for-Features"],[3857,"impl-Debug-for-Features"],[3858,"impl-UpperHex-for-Features"],[3859,"impl-Octal-for-Features"],[3874,"impl-Backends"],[3875,"impl-Flags-for-Backends"],[3876,"impl-Features"],[3877,"impl-Flags-for-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5677,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5703,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5707,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5708,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5709,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5712,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5714,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5739,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5753,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5754,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CColor%3E-for-EncodedSrgb"],[5757,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5758,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5761,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5764,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5765,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5769,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5771,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5775,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5779,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5780,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5784,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5791,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5793,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5799,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5801,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5806,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5811,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5815,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5817,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5820,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5825,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5840,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5848,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5849,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5853,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5856,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5857,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5861,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5865,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5868,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5869,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5886,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5891,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5899,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5991,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6035,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Display-for-ProcessVectorError"],[7774,"impl-Debug-for-ProcessVectorError"]]}]\
+["maplibre",{"doc":"Maplibre-rs","t":"CCCCQCCCCCQCCCCCCCCCCCCCCIFFOOCFOOOOOOFNNNNNNNNNNONONNNNOOFTTSSSFFSFSFFFFSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNOONNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOONNOFFFNNNNNNNNNNNNNCCNNNNNNOCNNNNNNNNNNNNNNNNNCCCNONNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNSCCSSHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHRKRRRKRRMMPKKKRRRGNNNNMMNNNNNNNNNMMNNNNNFCOOCOOCCCOOIKIGPKRPPPPGKFGKPGRPFFPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOMNOMNONNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOGFFFPPPPGNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNOOFPGKPNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNIKFFFNNNNNNNNNNNNNNNNNNNMNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFGPFNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOOFFNOONNNNNNNNNNNNNNONNNNNNNNNNNOONNOONONNNNNNNNNNNNGPFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNONNNNNNNNNNNNNNONOOSFCCHCFOFNNNNNNNCNNNNNHCNCNNNNFNNNNONNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNFKMPFFKRKRPFGFFKNNNNNNNNNNNNNNNNNNNNNMMMMOONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMMCCCCCCCOOMMCNNNNNNNNNNNNNNNNNNNNCFNNNNNNNNNNONNONNNNNFGPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNHFIFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFNNNNNONNNNNNNNNNONNOONNNNHFFFKPRKPRGKNNNNNNNNNNNNNNNNNNMMNNNNNNMMNNOONNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNOMMNNMMNNNNNNNNNNNNNNNNNNNNHHPPSFPPPPFFGFEONNNNNNNNNNNNNNNNNNNNNNNCCNNNONNONNNNNCNNNNNNCCNNNNNNCCNNNNONNNNNNNNNNNNNNNNNNNNNNNNNCCONNONCOCONNCOCOCNNNOCCNNNNNNNNNNNNNNNNNNNNNCOPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNNNNNNNNNNNNNOONNFFSFSSSSFSFFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONONNNONONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNOSCCSPPGPPPNNNNNNNNNNNNNNNNNNNNNNNNRGKPPNNNNNNNNMNNNNNNNNNNNNNPPPGPPGFFPFPPGPPPPPPPPPPPPPPKPFPGGFGPFFFGFGPPPPFFGGGPPPPPPNNNNNOCOONNCONNNNNNNCOOOOOOOOONNNNNOOOCOOOCOOOOMOOOONNNNONOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOGPPPPPPPGFFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNONONONONNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFTFNNNNNNNNNNNNONNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNOONNNNNNNONNNNNNNNNNFFPPPKFGGFPFPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONNNNOONNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNPPPPPPFFGGGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNOONNNNNNNNNNNNNNNNNNNNNNNNNPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOCCSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFPFKKGFRPFNNNNNNNNNNNNNNNNNNCMMNNOONNNONNNNNNNNNNNNNNOOOMNNMNNOOOONNNNNNNNNNNNKFPKKGRPNNNNNNNNNNMNMNNNNNNNNNNNNNOOMQMNNNNNNNNFFFFGPPKKFFPFGPFFFFFOOCOOOOOOMOOOOOOOOOOOOOOOCOOOOCOOOOOOCOOCOOOOOCCOOOOOOOMOOFNNNNONNONNNNNNNNNNKFNNNNOMNONNNNNNNOOOONNNNOFFFONNNNNNNONNNNNNONNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNFFGPPFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNNNNOONONOOOONNNNNNNNNNNNNNNONNNNNOPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNOOOFNNNNOONNONNNNNNOONOONNNNOOOFNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNTTPTTTFPPPPPPPPPPPPPPPPTTTTTTTPPPPPPPPPPPPPPPFTPPPTFPTTTTTFPTTTTTTGPPPPPPPPPPPPTFPPPPPPPPPPPPPPPPPPPPPPPPPPPPPTTTTTTTTTTPGTTTTTTTTTGTTTTFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNOONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONNOOONNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOIFKFFFFFFFFIIIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOONNNMNNNMNNNNNNNNNNNNNONOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOCCCCCCHFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNHHHPSSKPPFPGFFFFINNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNONCOOONNOONNNONNNNNNNNNNNNNNNNNNNNOOOOOFSSFNNNNNNNNNNNNNNNOONNNNNNNNNNNNNONNNNNNNNNNOOSSFNNNNNONNNNNNNNNNONNNONNNNNNONNNNNNNNNNNONNNNOIFFFKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNFPFPFPFPFFPFPFPFPFPRKKRFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPFPTFPFPFFPTGFFPFPFPFPFPFPOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOCOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOCOOCOCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOPFPFGPFPFNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNOOOOONNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNPGPGIIPFPNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNNONNNNNNNNNNNNNNNOOFNNNNONNNNNNNNNNNNOOOONONNNNNOOFFKNNNNNNNNMNMNNNNNNNNNNNNNNNNOCOCCNNNNNNNNCRRKKKKFRRNNNNNNNNNNNNNNNQONNNNNNNMNMNMONNNNIKKFNNNNNNCNNNMNNMNMCONNNNFKRNNNNNNONNNNMNNNNNNNFNNNNNNNNNNNNNONNNNNKKKFFRRKRRFKFFNNNNNNNNNNNNNNNNNNNNNNNMNOOMNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNOMNMNMNOOOONNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNOONNNNKSIFFMMNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOCPIPFNNNNOONNNNONNNNONNNNNNNNNOONNNNNNNNNNNNFGFPPPPFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNOONONNNNNNNNNNNONNONONNNNNNNNNNNNNNNNNNNNNOONNNNNONOONNNNNNNNNNNNNNNNONNNNNONNNNOOFRFKNNNNNNNNNCONCONNNNNCCMNOONNNNNFNNNNNNONNNNNNNONNNNNHHKKMMMMFFFFNNNNNNNNNNNNNNNNNHNNNNOHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHOOHOOONNNNNNNNNNNNNNNNNNNNNNNPFFKRKRKRPFFGPPKRIGFFFFFKNNNNNNNNNNNNNNNNNNNNNNNNNNNNONMMMMOMMMMOOONNNNONNNNNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMOOMMMMOOOOOOCCHCCCCCOOMMMCNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOFNNNNNNNNNNONNONNNNNFGPPFNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNONOHNNNNNNNNNNNNNNNHFIFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNHNNNNNONNONNNNNCFGFSPSFPSPFFSPNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNONNNNNNNNONNNNNNNNNNNNNNNNNNNNONONNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNOOOOONNONNONNNNNNNNNNNNONNNNNNNNNNNNNNONONHFFFFFKPRKPRKPRKPRGKNNNNNNNNNNNNNNNNNNNNNNNNNNOMMMMNNNNNNNNNNMMMMNNNNOOOONNNNNNNNNNNNONNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNOMNOMMMMNNNNMMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHHKFKRKFRNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNOONNMNNNNNNNNNNNNMMMMNNNNNNNNNNNNNOONN","n":["benchmarking","context","coords","debug","define_label","environment","event_loop","io","kernel","map","multi_stage","platform","plugin","raster","render","schedule","style","tcs","tessellation","tile","util","vector","window","io","tessellation","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","buffer","usable_indices","zero_tessellator","ZeroTessellator","buffer","current_index","feature_indices","is_point","path_builder","path_open","MapContext","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","renderer","resize","style","try_from","try_into","type_id","upcast","view_state","world","AlignedWorldTileCoords","EARTH_CIRCUMFRENCE","EARTH_RADIUS","EXTENT","EXTENT_SINT","EXTENT_UINT","InnerCoords","LatLon","MAX_ZOOM","Quadkey","TILE_SIZE","TileCoords","ViewRegion","WorldCoords","WorldTileCoords","ZOOM_BOUNDS","Zoom","ZoomLevel","add","add","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","at_ground","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_quad_key","circumference_at_latitude","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","create_zoom_bounds","default","default","default","default","default","default","default","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_lat_lon","get_children","get_parent","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into_aligned","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_tile","into_world_tile","into_world_tile","is_in_view","is_root","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","latitude","longitude","lower_left","lower_right","max_n_tiles","max_tile","mercator_x_from_lng","mercator_y_from_lat","mercator_z_from_altitude","min_tile","ne","new","new","new","new","new","padding","partial_cmp","partial_cmp","partial_cmp","scale_delta","scale_to_tile","scale_to_zoom_level","serialize","serialize","stencil_reference_value_3d","sub","sub","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","transform_for_zoom","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upper_left","upper_right","x","x","x","x","y","y","y","y","z","z","zoom_level","zoom_level","zoom_level","DebugPipeline","DebugPlugin","TileDebugItem","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","cleanup_system","debug_pass","default","deref","downcast","downcast","downcast","draw_function","draw_function","draw_graph","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","queue_system","render_commands","resource_system","sort_key","source_shape","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","cleanup_system","DebugPassNode","as_any","as_any_mut","borrow","borrow_mut","downcast","from","input","into","into_any","into_any_arc","into_any_rc","is_within","new","run","try_from","try_into","type_id","upcast","update","NAME","input","node","DEBUG_PASS","MAIN_PASS","queue_system","DrawDebugOutline","DrawDebugOutlines","SetDebugPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","resource_system","AsyncProcedureCall","Environment","HttpClient","HttpClient","MapWindowConfig","OffscreenKernelEnvironment","OffscreenKernelEnvironment","Scheduler","create","source_client","Closed","EventLoop","EventLoopConfig","EventLoopProxy","EventLoopProxy","EventLoopProxy","EventType","SendEventError","as_any","as_any_mut","borrow","borrow_mut","create_proxy","create_proxy","downcast","fmt","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","run","send_event","to_string","try_from","try_into","type_id","upcast","RawLayer","apc","extent","features","geometry_index","keys","name","scheduler","source_client","source_type","values","version","AsyncProcedure","AsyncProcedureCall","AsyncProcedureFuture","CallError","CastError","Context","Context","Deserialize","DeserializeInput","Execution","IncompatibleInput","Input","IntoMessage","Message","MessageError","MessageTag","NotYetImplemented","ProcedureError","ReceiveIterator","Schedule","SchedulerAsyncProcedureCall","SchedulerContext","Send","SendError","Serialize","TileRequest","Transmission","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","call","call","channel","clone","clone","clone_into","clone_into","deserialize","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","has_tag","hash","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_transferable","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","phantom_k","receive","receive","scheduler","send","send","sender","serialize","tag","tag","to_owned","to_owned","to_string","to_string","to_string","to_string","transferable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","coords","style","ExactGeometry","GeometryIndex","IndexProcessor","IndexedGeometry","LineString","Linear","Polygon","Spatial","TileIndex","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds","build_tree","clone","clone","clone_into","clone_into","contains_point","dataset_begin","dataset_end","default","default","distance_2","downcast","downcast","downcast","downcast","downcast","envelope","exact","feature_begin","feature_end","fmt","fmt","from","from","from","from","from","from_linestring","from_polygon","geo_writer","geometries","geometry_begin","geometry_end","get_geometries","index","index_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipolygon_begin","multipolygon_end","new","new","point_begin","point_end","point_query","polygon_begin","polygon_end","properties","properties","properties_begin","properties_end","property","query_point","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","xy","list","tree","NopScheduler","NotImplemented","ScheduleError","Scheduler","Scheduling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","schedule","schedule","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","HTTPClientFactory","HttpClient","HttpSourceClient","SourceClient","SourceFetchError","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","downcast","downcast","downcast","fetch","fetch","fetch","fmt","fmt","from","from","from","from","from","http","inner_client","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","new","new","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Raster","RasterSource","SourceType","Tessellate","TessellateSource","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","downcast","downcast","downcast","filetype","filetype","format","format","format","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","key","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","url","url","Kernel","KernelBuilder","apc","apc","apc","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","build","default","downcast","downcast","from","from","http_client","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","map_window_config","map_window_config","map_window_config","new","scheduler","scheduler","scheduler","source_client","source_client","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","with_apc","with_http_client","with_map_window_config","with_scheduler","CurrentMapContext","DeviceInit","Map","MapError","Pending","Ready","RenderGraphInit","RendererAlreadySet","RendererNotReady","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","context_mut","downcast","downcast","downcast","fmt","fmt","from","from","from","initialize_renderer","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_initialized","is_within","is_within","is_within","kernel","kernel","map_context","new","plugins","reset","run_schedule","schedule","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","window","window","window_mut","renderer_builder","style","MIN_WEBGL_BUFFER_SIZE","ReqwestOffscreenKernelEnvironment","http_client","noweb","run_multithreaded","scheduler","ReqwestHttpClient","client","ReqwestOffscreenKernelEnvironment","as_any","as_any_mut","borrow","borrow_mut","create","downcast","from","http_client","into","into_any","into_any_arc","into_any_rc","is_within","run_multithreaded","scheduler","source_client","trace","try_from","try_into","type_id","upcast","ReqwestHttpClient","as_any","as_any_mut","borrow","borrow_mut","client","clone","clone_into","downcast","fetch","from","into","into_any","into_any_arc","into_any_rc","is_within","new","to_owned","try_from","try_into","type_id","upcast","TokioScheduler","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","new","schedule","try_from","try_into","type_id","upcast","TokioScheduler","Plugin","build","Available","AvailableRasterLayerData","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","Missing","MissingRasterLayerData","RasterLayerData","RasterLayersDataComponent","RasterPlugin","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build_from","build_from","coords","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","image","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","layers","message_tag","message_tag","populate_world_system","process_raster","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","transferables","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upload_system","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessRasterContext","ProcessRasterError","Processing","RasterTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_raster_finished","new","phantom_t","process_raster_tile","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawRasterTile","DrawRasterTiles","SetRasterTilePipeline","SetRasterViewBindGroup","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","render","render","render","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_raster_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","raster","RasterResources","as_any","as_any_mut","bind_texture","borrow","borrow_mut","bound_textures","create_texture","downcast","from","get_bound_texture","has_tile","into","into_any","into_any_arc","into_any_rc","is_within","msaa","new","pipeline","pipeline","sampler","try_from","try_into","type_id","upcast","resource_system","DefaultLayerRaster","DefaultLayerRasterMissing","DefaultRasterTransferables","LayerRaster","LayerRaster","LayerRaster","LayerRasterMissing","LayerRasterMissing","LayerRasterMissing","RasterMessageTag","RasterTransferables","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_from","build_from","build_from","build_from","clone","clone","clone_into","clone_into","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","hash","image","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","layer_name","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upload_raster_layer","upload_system","Cleanup","Extract","INDEX_FORMAT","MaskPipeline","PhaseSort","Prepare","Queue","Render","RenderPlugin","RenderResources","RenderStageLabel","Renderer","ShaderVertex","adapter","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","builder","camera","clone","clone_into","default","depth_texture","deref","device","device","downcast","downcast","downcast","downcast","downcast","draw_graph","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","error","eventually","fmt","from","from","from","from","from","graph","graph_runner","hash","initialize","initialize_headless","instance","instance","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","main_graph","main_pass","multisampling_texture","new","queue","queue","recreate_surface","render_commands","render_graph","render_phase","render_target","request_device","resize_surface","resource","resources","settings","settings","shaders","state","surface","surface","surface","systems","tile_view_pattern","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_state","wgpu_settings","Gone","InitializationResult","Initialized","InitializedRenderer","RendererBuilder","Uninitialized","UninitializedRenderer","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","default","default","downcast","downcast","downcast","downcast","from","from","from","from","initialize_renderer","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_option","is_within","is_within","is_within","is_within","new","renderer","renderer_settings","renderer_settings","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwrap_renderer","upcast","upcast","upcast","upcast","wgpu_settings","wgpu_settings","with_renderer_settings","with_wgpu_settings","Camera","EdgeInsets","FLIP_Y","InvertedViewProjection","MAX_PITCH","MAX_YAW","MIN_PITCH","MIN_YAW","ModelViewProjection","OPENGL_TO_WGPU_MATRIX","Perspective","ViewProjection","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bottom","calc_matrix","calc_matrix","calc_matrix_with_center","center","clone","clone","clone","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","eq","fmt","fmt","fovx","fovy","fovy","from","from","from","from","from","from","get_pitch","get_roll","get_yaw","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","invert","is_within","is_within","is_within","is_within","is_within","is_within","left","move_relative","move_to","ne","new","new","offset_x","offset_y","pitch","pitch","position","position","position_vector","project","project","right","roll","roll","set_pitch","set_roll","set_yaw","to_3d","to_model_view_projection","to_owned","to_owned","to_owned","top","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","x_tan","y_tan","yaw","yaw","NAME","input","node","MAIN_PASS","CreateSurfaceError","Graph","RenderError","RequestAdaptor","RequestDevice","Surface","as_any","as_any_mut","borrow","borrow_mut","downcast","fmt","fmt","from","from","from","from","from","into","into_any","into_any_arc","into_any_rc","is_within","should_exit","source","to_string","try_from","try_into","type_id","upcast","Criteria","Eventually","HasChanged","Initialized","Uninitialized","as_any","as_any_mut","borrow","borrow_mut","default","downcast","expect_initialized_mut","from","has_changed","has_tile","initialize","into","into_any","into_any_arc","into_any_rc","is_within","reinitialize","take","try_from","try_into","type_id","upcast","Buffer","Buffer","DoesNotExist","Edge","EdgeAlreadyExists","EdgeDoesNotExist","EdgeExistence","Edges","EmptyNode","Exists","GraphInputNode","Id","Index","InputSlotError","InputSlotError","InvalidInputNodeSlot","InvalidNode","InvalidOutputNodeSlot","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedNodeSlots","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","Name","Name","Node","NodeEdge","NodeId","NodeInputSlotAlreadyOccupied","NodeLabel","NodeRunError","NodeState","OutputSlotError","OutputSlotError","RenderContext","RenderGraph","RenderGraphContext","RenderGraphError","RunSubGraph","RunSubGraphError","RunSubGraphError","Sampler","Sampler","SlotEdge","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","SubGraphHasNoInputs","TextureView","TextureView","UnconnectedNodeInputSlot","UnconnectedNodeOutputSlot","WrongNodeType","as_any","as_any","as_any_mut","borrow","borrow_mut","command_encoder","context","current_id","device","downcast","dyn_eq","edge","edges","eq","equivalent","equivalent","equivalent","fmt","fmt","from","graph","graph","id","id","input_edges","input_node","input_slots","inputs","inputs","inputs","into","into_any","into_any_arc","into_any_rc","is_within","name","name","name","node","node","node","node_names","node_slot","nodes","output_edges","output_slots","outputs","run","run_sub_graphs","slot_type","slots","sub_graphs","to_string","try_from","try_into","type_id","type_name","upcast","input_index","input_node","input_node","output_index","output_node","output_node","actual","expected","label","actual","expected","label","input_node","input_slot","input_slot","input_slot","node","node","node","occupied_by_node","output_node","output_slot","output_slot","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","InputSlotError","InvalidSlot","InvalidSlot","MismatchedInputSlotType","MismatchedSlotType","MismatchedSlotType","MissingInput","MissingSubGraph","OutputSlotError","RenderGraphContext","RunSubGraph","RunSubGraphError","SubGraphHasNoInputs","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finish","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_input","get_input_buffer","get_input_sampler","get_input_texture","graph","input_info","inputs","inputs","inputs","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","name","new","node","output_info","outputs","run_sub_graph","run_sub_graphs","set_output","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","actual","expected","label","actual","expected","label","actual","expected","graph_name","graph_name","label","slot_index","slot_index","slot_name","DoesNotExist","Edge","EdgeExistence","Exists","NodeEdge","SlotEdge","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_input_node","get_output_node","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","input_index","input_node","input_node","output_index","output_node","output_node","GraphInputNode","INPUT_NODE_NAME","RenderGraph","add_node","add_node_edge","add_slot_edge","add_sub_graph","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","current_id","default","downcast","downcast","fmt","from","from","get_node","get_node_id","get_node_mut","get_node_state","get_node_state_mut","get_sub_graph","get_sub_graph_mut","has_edge","input","input_node","input_node","inputs","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter_node_inputs","iter_node_outputs","iter_nodes","iter_nodes_mut","iter_sub_graphs","iter_sub_graphs_mut","node_names","nodes","output","remove_node","remove_node_edge","remove_slot_edge","remove_sub_graph","run","set_input","sub_graphs","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","validate_edge","Edges","EmptyNode","Id","InputSlotError","Name","Node","NodeId","NodeLabel","NodeRunError","NodeState","OutputSlotError","RenderContext","RunSubGraphError","add_input_edge","add_output_edge","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","command_encoder","compare","device","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","dyn_eq","dyn_eq","dyn_eq","dyn_hash","edges","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_input_slot_edge","get_output_slot_edge","has_input_edge","has_output_edge","hash","id","id","id","input","input","input_edges","input_edges","input_slots","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","is_within","is_within","name","new","new","node","node","node_mut","output","output","output_edges","output_edges","output_slots","partial_cmp","remove_input_edge","remove_output_edge","run","run","source","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_name","upcast","upcast","upcast","upcast","upcast","upcast","upcast","update","update","validate_input_slots","validate_output_slots","Buffer","Buffer","Index","Name","Sampler","Sampler","SlotInfo","SlotInfos","SlotLabel","SlotType","SlotValue","TextureView","TextureView","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","get_slot","get_slot_index","get_slot_mut","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","iter","len","name","new","slot_type","slot_type","slots","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","EmptyNodeOutputSlot","MismatchedInputSlotType","MissingInput","NodeRunError","RenderGraphRunner","RenderGraphRunnerError","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","fmt","fmt","from","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","run","run_graph","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","actual","expected","graph_name","label","slot_index","slot_index","slot_index","slot_name","slot_name","type_name","input","node","MAIN_PASS_DEPENDENCIES","MAIN_PASS_DRIVER","MainPassDriverNode","MainPassNode","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","input","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","run","run","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update","DrawMask","DrawMasks","SetMaskPipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Draw","DrawState","Failure","LayerItem","PhaseItem","RenderCommand","RenderCommandResult","RenderPhase","SortKey","Success","TileMaskItem","add","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","draw","draw","draw_function","draw_function","draw_function","draw_function","draw_function","from","from","from","index","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_iter","is_within","is_within","is_within","items","phantom_c","phantom_p","render","size","sort","sort_key","sort_key","sort_key","source_shape","source_shape","style_layer","tile","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Draw","DrawState","Failure","PhaseItem","RenderCommand","RenderCommandResult","SortKey","Success","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","draw","draw","draw_function","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","phantom_c","phantom_p","render","render_command_tuple_impl","sort_key","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","BackingBufferDescriptor","BufferDimensions","BufferedTextureHead","FragmentState","Head","Headed","Headless","Queue","RenderPipeline","RenderPipelineDescriptor","Surface","SurfaceTexture","Texture","TextureView","TextureView","TilePipeline","TrackedRenderPass","VertexBufferLayout","VertexState","WindowHead","array_stride","attributes","buffer","buffer","buffer_dimensions","buffers","debug_stencil","depth_stencil","depth_stencil_enabled","describe_render_pipeline","entry_point","entry_point","fragment","fragment_state","head","height","inner_size","label","layout","msaa","multisample","name","output_buffer","padded_bytes_per_row","pass","pipeline","present_mode","primitive","raster","settings","shader","size","size","size","source","source","step_mode","surface","surface","targets","texture","texture","texture","texture_format","texture_format","texture_format_features","tile_pipeline","tracked_render_pass","unpadded_bytes_per_row","update_stencil","vertex","vertex_state","view","width","wireframe","write_buffer","texture","view","BackingBufferDescriptor","as_any","as_any_mut","borrow","borrow_mut","buffer","downcast","from","inner_size","into","into_any","into_any_arc","into_any_rc","is_within","new","try_from","try_into","type_id","upcast","RenderPipeline","RenderPipelineDescriptor","as_any","as_any_mut","borrow","borrow_mut","depth_stencil","describe_render_pipeline","downcast","fragment","from","initialize","into","into_any","into_any_arc","into_any_rc","is_within","label","layout","multisample","primitive","try_from","try_into","type_id","upcast","vertex","FragmentState","VertexBufferLayout","VertexState","array_stride","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attributes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffers","clone","clone","clone","clone_into","clone_into","clone_into","downcast","downcast","downcast","dyn_eq","entry_point","entry_point","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","source","source","step_mode","targets","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","BufferDimensions","BufferedTextureHead","Head","Headed","Headless","Surface","WindowHead","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_dimensions","configure","create_view","downcast","downcast","downcast","downcast","downcast","from","from","from","from","from","from_image","from_surface","has_changed","head","head","head_mut","height","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_multisampling_supported","is_within","is_within","is_within","is_within","is_within","new","output_buffer","padded_bytes_per_row","present_mode","reconfigure","recreate","recreate_surface","resize","resize_and_configure","size","size","size","surface","surface","surface_format","texture","texture_format","texture_format","texture_format_features","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unpadded_bytes_per_row","upcast","upcast","upcast","upcast","upcast","width","SurfaceTexture","Texture","TextureView","TextureView","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","deref","downcast","downcast","fmt","from","from","from","from","has_changed","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","size","take_surface_texture","texture","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","view","texture","view","TilePipeline","as_any","as_any_mut","borrow","borrow_mut","debug_stencil","depth_stencil_enabled","describe_render_pipeline","downcast","fragment_state","from","into","into_any","into_any_arc","into_any_rc","is_within","msaa","name","new","raster","settings","try_from","try_into","type_id","upcast","update_stencil","vertex_state","wireframe","TrackedRenderPass","as_any","as_any_mut","borrow","borrow_mut","downcast","draw","draw_indexed","draw_indexed_indirect","draw_indirect","from","insert_debug_marker","into","into_any","into_any_arc","into_any_rc","is_within","new","pass","pop_debug_group","push_debug_group","set_bind_group","set_blend_constant","set_index_buffer","set_push_constants","set_render_pipeline","set_scissor_rect","set_stencil_reference","set_vertex_buffer","set_viewport","try_from","try_into","type_id","upcast","ADDRESS_MODE_CLAMP_TO_BORDER","ADDRESS_MODE_CLAMP_TO_ZERO","Astc","BGRA8UNORM_STORAGE","BROWSER_WEBGPU","BUFFER_BINDING_ARRAY","Backends","Bc1RgbaUnorm","Bc1RgbaUnormSrgb","Bc2RgbaUnorm","Bc2RgbaUnormSrgb","Bc3RgbaUnorm","Bc3RgbaUnormSrgb","Bc4RSnorm","Bc4RUnorm","Bc5RgSnorm","Bc5RgUnorm","Bc6hRgbFloat","Bc6hRgbUfloat","Bc7RgbaUnorm","Bc7RgbaUnormSrgb","Bgra8Unorm","Bgra8UnormSrgb","CLEAR_TEXTURE","CONSERVATIVE_RASTERIZATION","DEPTH32FLOAT_STENCIL8","DEPTH_CLIP_CONTROL","DUAL_SOURCE_BLENDING","DX11","DX12","Depth16Unorm","Depth24Plus","Depth24PlusStencil8","Depth32Float","Depth32FloatStencil8","EacR11Snorm","EacR11Unorm","EacRg11Snorm","EacRg11Unorm","Etc2Rgb8A1Unorm","Etc2Rgb8A1UnormSrgb","Etc2Rgb8Unorm","Etc2Rgb8UnormSrgb","Etc2Rgba8Unorm","Etc2Rgba8UnormSrgb","Features","GL","Headed","Headless","HighPerformance","INDIRECT_FIRST_INSTANCE","Limits","LowPower","MAPPABLE_PRIMARY_BUFFERS","METAL","MULTIVIEW","MULTI_DRAW_INDIRECT","MULTI_DRAW_INDIRECT_COUNT","Msaa","None","PARTIALLY_BOUND_BINDING_ARRAY","PIPELINE_STATISTICS_QUERY","POLYGON_MODE_LINE","POLYGON_MODE_POINT","PRIMARY","PUSH_CONSTANTS","PowerPreference","R16Float","R16Sint","R16Snorm","R16Uint","R16Unorm","R32Float","R32Sint","R32Uint","R8Sint","R8Snorm","R8Uint","R8Unorm","RG11B10UFLOAT_RENDERABLE","RendererSettings","Rg11b10Float","Rg16Float","Rg16Sint","Rg16Snorm","Rg16Uint","Rg16Unorm","Rg32Float","Rg32Sint","Rg32Uint","Rg8Sint","Rg8Snorm","Rg8Uint","Rg8Unorm","Rgb10a2Uint","Rgb10a2Unorm","Rgb9e5Ufloat","Rgba16Float","Rgba16Sint","Rgba16Snorm","Rgba16Uint","Rgba16Unorm","Rgba32Float","Rgba32Sint","Rgba32Uint","Rgba8Sint","Rgba8Snorm","Rgba8Uint","Rgba8Unorm","Rgba8UnormSrgb","SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING","SECONDARY","SHADER_EARLY_DEPTH_TEST","SHADER_F16","SHADER_F64","SHADER_I16","SHADER_PRIMITIVE_INDEX","SHADER_UNUSED_VERTEX_OUTPUT","SPIRV_SHADER_PASSTHROUGH","STORAGE_RESOURCE_BINDING_ARRAY","Stencil8","SurfaceType","TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES","TEXTURE_BINDING_ARRAY","TEXTURE_COMPRESSION_ASTC","TEXTURE_COMPRESSION_ASTC_HDR","TEXTURE_COMPRESSION_BC","TEXTURE_COMPRESSION_ETC2","TEXTURE_FORMAT_16BIT_NORM","TIMESTAMP_QUERY","TIMESTAMP_QUERY_INSIDE_PASSES","TextureFormat","UNIFORM_BUFFER_AND_STORAGE_TEXTURE_ARRAY_NON_UNIFORM_INDEXING","VERTEX_ATTRIBUTE_64BIT","VERTEX_WRITABLE_STORAGE","VULKAN","WgpuSettings","add_srgb_suffix","all","all","all_native_mask","all_webgpu_mask","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","aspect_specific_format","backends","bitand","bitand","bitand_assign","bitand_assign","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","bitxor","bitxor_assign","bitxor_assign","block_dimensions","block_size","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_limits","check_limits_with_fail_fn","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","complement","complement","components","components_with_aspect","constrained_limits","contains","contains","contains_invalid_bits","contains_invalid_bits","default","default","default","default","default","default","depth_texture_format","device_label","difference","difference","disabled_features","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downlevel_defaults","downlevel_webgl2_defaults","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","empty","empty","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_bits","from_bits","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_retain","from_bits_truncate","from_bits_truncate","from_iter","from_iter","from_name","from_name","guaranteed_format_features","has_color_aspect","has_depth_aspect","has_stencil_aspect","hash","hash","hash","hash","hash","insert","insert","intersection","intersection","intersects","intersects","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_iter","into_iter","is_all","is_all","is_combined_depth_stencil_format","is_compressed","is_depth_stencil_component","is_depth_stencil_format","is_empty","is_empty","is_multisampling","is_srgb","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","iter","iter","iter_names","iter_names","limits","max_bind_groups","max_bindings_per_bind_group","max_buffer_size","max_compute_invocations_per_workgroup","max_compute_workgroup_size_x","max_compute_workgroup_size_y","max_compute_workgroup_size_z","max_compute_workgroup_storage_size","max_compute_workgroups_per_dimension","max_dynamic_storage_buffers_per_pipeline_layout","max_dynamic_uniform_buffers_per_pipeline_layout","max_inter_stage_shader_components","max_non_sampler_bindings","max_push_constant_size","max_sampled_textures_per_shader_stage","max_samplers_per_shader_stage","max_storage_buffer_binding_size","max_storage_buffers_per_shader_stage","max_storage_textures_per_shader_stage","max_texture_array_layers","max_texture_dimension_1d","max_texture_dimension_2d","max_texture_dimension_3d","max_uniform_buffer_binding_size","max_uniform_buffers_per_shader_stage","max_vertex_attributes","max_vertex_buffer_array_stride","max_vertex_buffers","min_storage_buffer_offset_alignment","min_uniform_buffer_offset_alignment","msaa","not","not","power_preference","present_mode","record_trace","remove","remove","remove_srgb_suffix","required_features","sample_type","samples","set","set","sub","sub","sub_assign","sub_assign","symmetric_difference","symmetric_difference","texture_format","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","using_alignment","using_resolution","block","channel","Mat4x4f32","RasterTileShader","Shader","ShaderCamera","ShaderFeatureStyle","ShaderGlobals","ShaderLayerMetadata","ShaderTextureVertex","ShaderTileMetadata","ShaderVertex","TileMaskShader","Vec2f32","Vec3f32","Vec4f32","VectorTileShader","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","camera","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","color","debug_lines","default","default","default","describe_fragment","describe_fragment","describe_fragment","describe_fragment","describe_vertex","describe_vertex","describe_vertex","describe_vertex","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","draw_colors","fmt","format","format","format","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_valid_bit_pattern","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","new","new","new","new","new","new","normal","position","position","tex_coords","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","view_position","view_proj","z_index","zoom_factor","cleanup_system","graph_runner_system","resource_system","sort_phase_system","tile_view_pattern_system","upload_system","cleanup_system","GraphRunnerSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","ResourceSystem","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_arc","into_any_rc","is_within","name","run","try_from","try_into","type_id","upcast","sort_phase_system","tile_view_pattern_system","upload_system","Children","DEFAULT_TILE_SIZE","DEFAULT_TILE_VIEW_PATTERN_SIZE","HasTile","None","Parent","QueryHasTile","SourceEqTarget","SourceShapes","TileShape","TileViewPattern","ViewTile","ViewTileSources","WgpuTileViewPattern","add","add_resource_query","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_range","buffer_range","clear","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","default","default","downcast","downcast","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","from","from","get_available_children","get_available_parent","has_tile","has_tile","has_tile","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","items","new","pattern","phantom_q","phantom_q","phantom_q","render","set_buffer_range","source","target","to_owned","to_owned","to_owned","transform","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","view_tiles","view_tiles","view_tiles_buffer","view_tiles_buffer","zoom_factor","BackingBuffer","CHILDREN_SEARCH_DEPTH","DEFAULT_TILE_VIEW_PATTERN_SIZE","TileViewPattern","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","downcast","downcast","fmt","from","from","generate_pattern","inner","inner_size","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","iter","new","new","phantom_q","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","update_pattern","upload_pattern","view_tiles","view_tiles_buffer","MAX_N_TILES","VIEW_REGION_PADDING","ViewState","as_any","as_any_mut","borrow","borrow_mut","camera","camera","camera_mut","camera_to_center_distance","clip_to_window","clip_to_window_transform","clip_to_window_vulkan","create_view_region","did_camera_change","did_zoom_change","downcast","edge_insets","edge_insets","from","furthest_distance","get_intersection_time","height","into","into_any","into_any_arc","into_any_rc","is_within","new","perspective","resize","set_edge_insets","try_from","try_into","type_id","upcast","update_references","update_zoom","view_projection","view_region_bounding_box","view_region_bounding_box_ndc","width","window_to_world","window_to_world_at_ground","window_to_world_nalgebra","zoom","zoom","BoxedStageLabel","MultiStage","NopStage","Schedule","Stage","StageLabel","add_stage","add_stage_after","add_stage_before","add_system_to_stage","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","default","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","eq","from","from","from","get_stage","get_stage_mut","hash","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","iter_stages","new","remove_stage","run","run","run","run","run_once","stage","stage_order","stages","stages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","Aces2065","Aces2065","AcesCc","AcesCc","AcesCct","AcesCct","AcesCg","AcesCg","Alpha","Bt2020","Bt2020","Bt2100","Bt2100","CieLCh","CieLCh","CieLab","CieLab","CieXYZ","CieXYZ","CintTy","ColorInterop","ColorType","ComponentTy","DciP3","DciP3","DciXYZPrime","DciXYZPrime","DisplayP3","DisplayP3","EncodedBt2020","EncodedBt2020","EncodedBt2100HLG","EncodedBt2100HLG","EncodedBt2100PQ","EncodedBt2100PQ","EncodedDisplayP3","EncodedDisplayP3","EncodedRec709","EncodedRec709","EncodedSrgb","EncodedSrgb","GenericColor1","GenericColor1","GenericColor3","GenericColor3","Hsl","Hsl","Hsv","Hsv","ICtCpHLG","ICtCpHLG","ICtCpPQ","ICtCpPQ","LinearSrgb","LinearSrgb","Luma","Luma","Luminance","Luminance","NUM_COMPONENTS","Oklab","Oklab","Oklch","Oklch","PremultipliedAlpha","Rec709","Rec709","SPACE","Spaces","Style","YCbCr","YCbCr","YCxCz","YCxCz","YPbPr","YPbPr","YPrimeCbCr","YPrimeCbCr","YPrimePbPr","YPrimePbPr","Yuv","Yuv","a","a","alpha","alpha","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_dyn_eq","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_mut","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","b","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c","c","cb","cb","center","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","color","color","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","cp","cp","cr","cr","ct","ct","cx","cz","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_eq","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","dyn_hash","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_cint","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","g","h","h","h","h","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","i","i","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_cint","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","is_within","l","l","l","l","l","l","l","layer","layers","metadata","name","num_components","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pb","pb","pitch","pr","pr","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","r","raster","s","s","source","sources","style","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","u","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upcast","v","v","version","x","x","x","x","y","y","y","y","y","y","y","y","y","z","z","z","zoom","Background","BackgroundPaint","Fill","FillPaint","LayerPaint","Line","LinePaint","Raster","StyleLayer","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","background_color","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast","downcast","fill_color","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_color","id","index","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","line_color","maxzoom","metadata","minzoom","paint","serialize","serialize","serialize","serialize","serialize","source","source_layer","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","Linear","Nearest","RasterLayer","RasterResampling","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deserialize","deserialize","downcast","downcast","fmt","fmt","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","raster_brightness_max","raster_brightness_min","raster_contrast","raster_fade_duration","raster_hue_rotate","raster_opacity","raster_resampling","raster_saturation","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","Raster","Source","TMS","TileAddressingScheme","TileJSONUrl","TileUrl","Vector","VectorSource","XYZ","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","attribution","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bounds","clone","clone","clone","clone_into","clone_into","clone_into","default","deserialize","deserialize","deserialize","downcast","downcast","downcast","fmt","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","maxzoom","minzoom","scheme","serialize","serialize","serialize","tiles","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","vec","vec","Style","as_any","as_any_mut","borrow","borrow_mut","center","clone","clone_into","default","deserialize","downcast","fmt","from","into","into_any","into_any_arc","into_any_rc","is_within","layers","metadata","name","pitch","serialize","sources","to_owned","try_from","try_into","type_id","upcast","version","zoom","EphemeralQueryState","GlobalQueryState","QueryState","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","clone_to","clone_to","create","create","default","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","mutably_borrowed","resources","state","system","tiles","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","world","Item","MutItem","Resource","ResourceQuery","ResourceQueryMut","ResourceQueryUnsafe","Resources","State","State","as_any","as_any_mut","borrow","borrow_mut","default","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","from","get","get_mut","get_or_init_mut","impl_resource_query","index","init","insert","into","into_any","into_any_rc","is","is_within","query","query","query_mut","query_mut","query_unsafe","resources","try_from","try_into","type_id","upcast","BoxedSystem","IntoSystemContainer","System","SystemContainer","as_any","as_any_mut","borrow","borrow_mut","downcast","from","function","into","into_any","into_any_rc","into_container","into_container","is_within","name","new","run","stage","system","try_from","try_into","type_id","upcast","FunctionSystem","IntoSystem","System","as_any","as_any_mut","borrow","borrow_mut","downcast","from","func","into","into_any","into_any_arc","into_any_rc","into_system","is_within","name","run","try_from","try_into","type_id","upcast","SystemStage","add_system","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","run","systems","try_from","try_into","type_id","upcast","with_system","ComponentQuery","ComponentQueryMut","ComponentQueryUnsafe","EphemeralQueryState","GlobalQueryState","Item","MutItem","QueryState","State","State","Tile","TileComponent","TileSpawnResult","Tiles","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","clone_to","clone_to","components","coords","create","create","default","default","downcast","downcast","downcast","downcast","downcast","downcast","downcast_mut","downcast_rc","downcast_ref","exists","fmt","from","from","from","from","from","geometry_index","insert","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is","is_within","is_within","is_within","is_within","is_within","mutably_borrowed","query","query","query_mut","query_mut","query_unsafe","spawn_mut","state","tile","tiles","tiles","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","World","as_any","as_any_mut","borrow","borrow_mut","default","downcast","from","into","into_any","into_any_rc","is_within","resources","tiles","try_from","try_into","type_id","upcast","Align","DEFAULT_TOLERANCE","IndexDataType","OverAlignedVertexBuffer","VertexConstructor","align_indices","align_vertices","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","buffer","clone","clone_into","downcast","downcast","empty","from","from","from","from_iters","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new_vertex","new_vertex","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","usable_indices","zero_tessellator","Err","GeoResult","Ok","ZeroTessellator","as_any","as_any_mut","borrow","borrow_mut","buffer","current_index","default","downcast","end","feature_end","feature_indices","from","into","into_any","into_any_rc","is_point","is_within","linestring_begin","linestring_end","multilinestring_begin","multilinestring_end","multipoint_begin","multipoint_end","multipolygon_begin","multipolygon_end","path_builder","path_open","point_begin","point_end","polygon_begin","polygon_end","tessellate_fill","tessellate_strokes","try_from","try_into","type_id","upcast","update_feature_indices","xy","Feature","GeomType","Layer","Linestring","Point","Polygon","Unknown","Value","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","as_str_name","bool_value","bool_value","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","double_value","double_value","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","equivalent","equivalent","equivalent","extent","extent","features","float_value","float_value","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_str_name","geometry","hash","id","id","int_value","int_value","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_valid","is_within","is_within","is_within","is_within","keys","name","partial_cmp","process","process_geom","set_type","sint_value","sint_value","string_value","string_value","tags","to_geo","to_mvt","to_mvt_unscaled","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type","type_id","type_id","type_id","type_id","uint_value","uint_value","upcast","upcast","upcast","upcast","values","version","ChangeObserver","Epsilon","FPSMeter","SignificantlyDifferent","as_any","as_any_mut","borrow","borrow_mut","default","deref","deref_mut","did_change","downcast","fps_meter","frame_count","from","grid","inner","into","into_any","into_any_arc","into_any_rc","is_within","label","math","ne","new","next_report","reference_value","try_from","try_into","type_id","upcast","update_reference","FPSMeter","as_any","as_any_mut","borrow","borrow_mut","default","downcast","frame_count","from","into","into_any","into_any_arc","into_any_rc","is_within","new","next_report","try_from","try_into","type_id","upcast","update_and_print","google_mercator","tile_coordinates_bavaria","DynEq","DynHash","as_any","as_dyn_eq","dyn_eq","dyn_hash","Aabb2","Aabb3","FloatOrd","Plane","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bounds_from_points","clone","clone_into","cmp","compare","d","div_away","div_ceil","div_floor","downcast","downcast","downcast","downcast","dyn_eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_point_normal","from_points","intersection_distance_ray","intersection_points_aabb3","intersection_polygon_aabb3","into","into","into","into","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","max","max","max","min","min","min","n","new","new","new","partial_cmp","to_corners","to_corners","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","Available","AvailableVectorLayerData","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","Missing","MissingVectorLayerData","ProcessVectorContext","ProcessVectorError","Processing","SendError","TileTessellated","TileTessellated","VectorBufferPool","VectorLayerData","VectorLayersDataComponent","VectorPipeline","VectorPlugin","VectorTileRequest","VectorTilesDone","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build","build_from","build_from","build_from","build_from","context","coords","coords","coords","coords","coords","coords","coords","default","default","default","deref","done","downcast","downcast","downcast","downcast","downcast","downcast","downcast","feature_indices","feature_metadata","from","from","from","from","from","from","from","has_tile","index","indices","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","is_within","layer_metadata","layer_name","layers","layers","message_tag","message_tag","message_tag","message_tag","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_t","phantom_v","populate_world_system","process_vector","process_vector_tile","queue_system","render_commands","request_system","resource","resource_system","source_layer","source_layer","to_layer","to_layer","to_tile_index","transferables","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","vertices","PopulateWorldSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","ProcessVectorContext","ProcessVectorError","Processing","SendError","VectorTileRequest","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","context","coords","downcast","downcast","downcast","fmt","fmt","from","from","from","into","into","into","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","layer_indexing_finished","layer_missing","layer_tesselation_finished","layers","new","phantom_t","process_vector_tile","take_context","tile_finished","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast","upcast","upcast","queue_system","DrawVectorTile","DrawVectorTiles","SetVectorTilePipeline","as_any","as_any","as_any_mut","as_any_mut","borrow","borrow","borrow_mut","borrow_mut","downcast","downcast","from","from","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","render","render","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","RequestSystem","as_any","as_any_mut","borrow","borrow_mut","downcast","fetch_vector_apc","from","into","into_any","into_any_rc","is_within","kernel","name","new","phantom_t","run","try_from","try_into","type_id","upcast","buffer_pool","BackingBuffer","BackingBufferType","BufferPool","FEATURE_METADATA_SIZE","FeatureMetadata","INDICES_SIZE","IndexEntry","Indices","LAYER_METADATA_SIZE","Metadata","RingIndex","RingIndexEntry","VERTEX_SIZE","Vertices","align","allocate_layer_geometry","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","back","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer_feature_metadata","buffer_indices","buffer_layer_metadata","buffer_vertices","clear","clear","clone","clone","clone_into","clone_into","coords","default","downcast","downcast","downcast","downcast","downcast","downcast","feature_metadata","feature_metadata","feature_metadata_buffer_range","find_largest_gap","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_device","front","get_layers","get_loaded_source_layers_at","has_tile","index","index","indices","indices","indices_buffer_range","indices_range","inner","inner_size","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_within","is_within","is_within","is_within","is_within","is_within","iter","layer_metadata","layer_metadata_buffer_range","layers","linear_index","make_room","metadata","new","new","new","phantom_fm","phantom_i","phantom_m","phantom_q","phantom_v","pop_front","push_back","style_layer","to_owned","to_owned","tree_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","typ","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","update_feature_metadata","update_layer_metadata","usable_indices","vertices","vertices","vertices_buffer_range","resource_system","DefaultLayerIndexed","DefaultLayerMissing","DefaultLayerTesselated","DefaultTileTessellated","DefaultVectorTransferables","LayerIndexed","LayerIndexed","LayerIndexed","LayerMissing","LayerMissing","LayerMissing","LayerTessellated","LayerTessellated","LayerTessellated","TileTessellated","TileTessellated","TileTessellated","VectorMessageTag","VectorTransferables","as_any","as_any","as_any","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_any_mut","as_dyn_eq","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","build_from","build_from","build_from","build_from","build_from","build_from","build_from","build_from","clone","clone","clone","clone_into","clone_into","clone_into","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","coords","downcast","downcast","downcast","downcast","downcast","downcast","dyn_eq","dyn_hash","eq","equivalent","equivalent","equivalent","feature_indices","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","hash","index","into","into","into","into","into","into","into","into","into","into","into_any","into_any","into_any","into_any","into_any","into_any","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_arc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","into_any_rc","is_empty","is_empty","is_within","is_within","is_within","is_within","is_within","is_within","layer_data","layer_name","layer_name","layer_name","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","message_tag","to_layer","to_layer","to_layer","to_layer","to_owned","to_owned","to_owned","to_tile_index","to_tile_index","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast","upcast","upcast","upcast","upcast","upcast","upload_system","upload_tesselated_layer","HeadedMapWindow","LogicalSize","MapWindow","MapWindow","MapWindowConfig","PhysicalSize","RawWindow","as_any","as_any","as_any","as_any","as_any_mut","as_any_mut","as_dyn_eq","as_dyn_eq","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create","downcast","downcast","dyn_eq","dyn_eq","dyn_hash","dyn_hash","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","height","height","height","height","height_non_zero","height_non_zero","id","into","into","into_any","into_any","into_any_arc","into_any_arc","into_any_rc","into_any_rc","is_within","is_within","new","new","raw","request_redraw","scale_factor","size","to_logical","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast","upcast","width","width","width","width","width_non_zero","width_non_zero"],"q":[[0,"maplibre"],[23,"maplibre::benchmarking"],[25,"maplibre::benchmarking::tessellation"],[31,"maplibre::benchmarking::tessellation::zero_tessellator"],[38,"maplibre::context"],[58,"maplibre::coords"],[389,"maplibre::debug"],[449,"maplibre::debug::cleanup_system"],[450,"maplibre::debug::debug_pass"],[470,"maplibre::debug::draw_graph"],[473,"maplibre::debug::draw_graph::node"],[475,"maplibre::debug::queue_system"],[476,"maplibre::debug::render_commands"],[511,"maplibre::debug::resource_system"],[512,"maplibre::environment"],[522,"maplibre::event_loop"],[552,"maplibre::io"],[564,"maplibre::io::apc"],[748,"maplibre::io::apc::Input"],[750,"maplibre::io::geometry_index"],[884,"maplibre::io::geometry_index::TileIndex"],[886,"maplibre::io::scheduler"],[925,"maplibre::io::source_client"],[993,"maplibre::io::source_type"],[1064,"maplibre::kernel"],[1115,"maplibre::map"],[1185,"maplibre::map::CurrentMapContext"],[1187,"maplibre::platform"],[1193,"maplibre::platform::http_client"],[1195,"maplibre::platform::noweb"],[1217,"maplibre::platform::noweb::http_client"],[1239,"maplibre::platform::noweb::scheduler"],[1258,"maplibre::platform::scheduler"],[1259,"maplibre::plugin"],[1261,"maplibre::raster"],[1375,"maplibre::raster::populate_world_system"],[1395,"maplibre::raster::process_raster"],[1452,"maplibre::raster::queue_system"],[1453,"maplibre::raster::render_commands"],[1505,"maplibre::raster::request_system"],[1526,"maplibre::raster::resource"],[1527,"maplibre::raster::resource::raster"],[1553,"maplibre::raster::resource_system"],[1554,"maplibre::raster::transferables"],[1665,"maplibre::raster::upload_system"],[1667,"maplibre::render"],[1812,"maplibre::render::builder"],[1896,"maplibre::render::camera"],[2053,"maplibre::render::draw_graph"],[2056,"maplibre::render::draw_graph::node"],[2057,"maplibre::render::error"],[2087,"maplibre::render::eventually"],[2114,"maplibre::render::graph"],[2230,"maplibre::render::graph::Edge"],[2236,"maplibre::render::graph::InputSlotError"],[2239,"maplibre::render::graph::OutputSlotError"],[2242,"maplibre::render::graph::RenderGraphError"],[2253,"maplibre::render::graph::RunSubGraphError"],[2261,"maplibre::render::graph::context"],[2392,"maplibre::render::graph::context::InputSlotError"],[2395,"maplibre::render::graph::context::OutputSlotError"],[2398,"maplibre::render::graph::context::RunSubGraphError"],[2406,"maplibre::render::graph::edge"],[2460,"maplibre::render::graph::edge::Edge"],[2466,"maplibre::render::graph::graph"],[2536,"maplibre::render::graph::node"],[2741,"maplibre::render::graph::node_slot"],[2880,"maplibre::render::graph_runner"],[2923,"maplibre::render::graph_runner::RenderGraphRunnerError"],[2933,"maplibre::render::main_graph"],[2935,"maplibre::render::main_graph::node"],[2937,"maplibre::render::main_pass"],[2974,"maplibre::render::render_commands"],[3009,"maplibre::render::render_phase"],[3088,"maplibre::render::render_phase::draw"],[3135,"maplibre::render::resource"],[3211,"maplibre::render::resource::TextureView"],[3213,"maplibre::render::resource::buffer"],[3232,"maplibre::render::resource::pipeline"],[3258,"maplibre::render::resource::shader"],[3333,"maplibre::render::resource::surface"],[3447,"maplibre::render::resource::texture"],[3491,"maplibre::render::resource::texture::TextureView"],[3493,"maplibre::render::resource::tile_pipeline"],[3521,"maplibre::render::resource::tracked_render_pass"],[3555,"maplibre::render::settings"],[4063,"maplibre::render::settings::TextureFormat"],[4065,"maplibre::render::shaders"],[4293,"maplibre::render::systems"],[4299,"maplibre::render::systems::cleanup_system"],[4300,"maplibre::render::systems::graph_runner_system"],[4319,"maplibre::render::systems::resource_system"],[4338,"maplibre::render::systems::sort_phase_system"],[4339,"maplibre::render::systems::tile_view_pattern_system"],[4340,"maplibre::render::systems::upload_system"],[4341,"maplibre::render::tile_view_pattern"],[4472,"maplibre::render::tile_view_pattern::pattern"],[4519,"maplibre::render::view_state"],[4567,"maplibre::schedule"],[4644,"maplibre::style"],[6557,"maplibre::style::layer"],[6684,"maplibre::style::raster"],[6739,"maplibre::style::source"],[6820,"maplibre::style::style"],[6851,"maplibre::tcs"],[6895,"maplibre::tcs::resources"],[6938,"maplibre::tcs::system"],[6964,"maplibre::tcs::system::function"],[6986,"maplibre::tcs::system::stage"],[7006,"maplibre::tcs::tiles"],[7125,"maplibre::tcs::world"],[7143,"maplibre::tessellation"],[7191,"maplibre::tessellation::zero_tessellator"],[7234,"maplibre::tile"],[7381,"maplibre::util"],[7415,"maplibre::util::fps_meter"],[7436,"maplibre::util::grid"],[7438,"maplibre::util::label"],[7444,"maplibre::util::math"],[7546,"maplibre::vector"],[7731,"maplibre::vector::populate_world_system"],[7751,"maplibre::vector::process_vector"],[7814,"maplibre::vector::queue_system"],[7815,"maplibre::vector::render_commands"],[7850,"maplibre::vector::request_system"],[7871,"maplibre::vector::resource"],[7872,"maplibre::vector::resource::buffer_pool"],[8042,"maplibre::vector::resource_system"],[8043,"maplibre::vector::transferables"],[8222,"maplibre::vector::upload_system"],[8224,"maplibre::window"],[8308,"core::any"],[8309,"alloc::boxed"],[8310,"alloc::rc"],[8311,"core::result"],[8312,"core::any"],[8313,"core::cmp"],[8314,"serde::de"],[8315,"core::hash"],[8316,"core::fmt"],[8317,"core::fmt"],[8318,"alloc::sync"],[8319,"core::iter::traits::iterator"],[8320,"serde::ser"],[8321,"alloc::string"],[8322,"cgmath::matrix"],[8323,"alloc::vec"],[8324,"core::cmp"],[8325,"core::clone"],[8326,"core::ops::function"],[8327,"rstar::rtree"],[8328,"geo_types"],[8329,"num_traits::bounds"],[8330,"num_traits::sign"],[8331,"core::cmp"],[8332,"core::fmt"],[8333,"std::collections::hash::map"],[8334,"geo_types::geometry::polygon"],[8335,"geozero::property_processor"],[8336,"core::future::future"],[8337,"core::ops::function"],[8338,"reqwest::error"],[8339,"reqwest_middleware::error"],[8340,"core::error"],[8341,"image::buffer_"],[8342,"alloc::borrow"],[8343,"wgpu"],[8344,"wgpu"],[8345,"wgpu"],[8346,"cgmath::vector"],[8347,"core::convert"],[8348,"cgmath::vector"],[8349,"core::cmp"],[8350,"wgpu"],[8351,"bitflags::iter"],[8352,"core::hash"],[8353,"lyon_tessellation::geometry_builder"],[8354,"bytemuck::pod"],[8355,"lyon_tessellation::stroke"],[8356,"lyon_tessellation::fill"],[8357,"core::ops::arith"],[8358,"lyon_tessellation"],[8359,"core::convert"],[8360,"geozero::feature_processor"],[8361,"geozero::geometry_processor"],[8362,"geo_types::geometry"],[8363,"core::marker"],[8364,"cgmath::num"],[8365,"cgmath::num"],[8366,"std::collections::hash::set"],[8367,"core::num::nonzero"],[8368,"raw_window_handle"],[8369,"raw_window_handle"]],"d":["Collection of utilities used to perform certain …","","Provides utilities related to coordinates.","","Macro to define a new label trait","","","Handles IO related processing as well as multithreading.","","","","Handles platform specific code. Depending on the …","","","This module implements the rendering algorithm of …","","Vector tile format styling.","","Tessellation for lines and polygons is implemented here.","Nested message and enum types in Tile.","Utils which are used internally","","Utilities for the window system.","Re-export of the io module.","Re-export of the tessellation module.","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","Tessellator implementation.","Build tessellations with vectors.","","","","","","","Stores the context of the map.","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","An aligned world tile coordinate aligns a world coordinate …","The average circumference of the world in meters.","Approximate radius of the earth in meters. Uses the WGS-84 …","","","","Within each tile there is a separate coordinate system. …","","","Represents the position of a node within a quad tree. The …","","Every tile has tile coordinates. These tile coordinates …","Defines a bounding box on a tiled map with a ZoomLevel and …","Actual coordinates within the 3D world. The z value of the …","Every tile has tile coordinates. Every tile coordinate can …","","Zoom is an exponential scale that defines the zoom of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from tilebelt","The circumference at a line of latitude in meters.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Adopted from tilebelt","Get the tile which is one zoom level lower and contains …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the tile coords according to an addressing scheme. …","Transforms the tile coordinates as defined by the tile …","","","","","","","","","","","","","","","","","","","","The maximum amount of tiles this view region contains","","","","","","","","","","","","Padding around this view region","","","","","","","","","Returns unique stencil reference values for …","","","","","","","","","","","","","","","","","Adopted from Transform::calculatePosMatrix","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adopted from Transform::coveringZoomLevel","","At which zoom level does this region exist","","","","","","","","","","","","","","","","","","","","","","","","","","Labels for the “draw” graph","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","Pass which renders debug information on top of the map.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The environment defines which types must be injected into …","","","","","","","","","The event loop was already closed","","","","","","","When sending events to an event loop errors can occur.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Layers are described in section 4.1 of the specification","","Although this is an “optional” field it is required by …","The actual features in this tile.","Geometry index.","Dictionary encoding for keys","","Scheduling.","HTTP client.","","Dictionary encoding for values","Any compliant implementation must first read the version …","Type definitions for asynchronous procedure calls. These …","APCs define an interface for performing work …","","","","Allows sending messages from workers to back to the caller.","","","","","The Input is not compatible with the procedure","Inputs for an AsyncProcedure","","The result of the tessellation of a tile. This is sent as …","","Defines a set of strongly-typed labels for a class of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call an AsyncProcedure using some Input. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to receive a message non-blocking.","","","Send a message back to the caller.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Contains either a polygon or line vector.","A quad tree storing the currently loaded tiles.","A processor able to create geometries using …","An indexed geometry contains an exact vector geometry, …","","","","","Index of tiles which can be of two types: spatial or …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of dataset processing.","End of dataset processing.","","","","","","","","","","","Begin of feature processing.","End of feature processing.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Begin of feature geometry processing.","End of feature geometry processing.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Begin of feature property processing.","End of feature property processing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Async/await scheduler. Can schedule a task from a future …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A closure that returns a HTTP client.","On the web platform futures are not thread-safe (i.e. not …","Gives access to the HTTP client which can be of multiple …","Defines the different types of HTTP clients such as basic …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a source from which the raster tile are fetched.","Represents the tiles’ different types of source.","","Represents a source from which the vector tile are fetched.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds references to core constructs of maplibre. Based on …","A convenient builder for Kernels.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No need to set renderer again","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Resets the complete state of this map - a new renderer and …","","","","","","","","","","","","","","","","","","","","","Minimum WebGPU buffer size","","Http client for non-web targets.","Module which is used target platform is not web related.","","Scheduler for non-web targets.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","cache_path: Under which path should we cache requests.","","","","","","Multi-threading with Tokio.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","Multi-threading with Tokio.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","Holds the resources necessary for the raster tiles such as …","","","Creates a bind group for each fetched raster tile and …","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cleanup render resources here.","Extract data from the world.","","","Sort the RenderPhases here.","Prepare render resources from the extracted data for the …","Queues PhaseItems that depend on Prepare data and queue up …","Actual rendering happens here. In most cases, only the …","","","The labels of the default App rendering stages.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Main camera","","","","","","","","","","","","","Labels for the “draw” graph","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Executes a RenderGraph","","Initializes the renderer by retrieving and preparing the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","The main render pass for this application.","","","","","","Specifies the instructions which are going to be sent to …","","Describes the concept of a RenderPhase and PhaseItem","","Requests a device","","Utilities which holds references to GPU-owned. Usually a …","","Settings for the renderer","","","","","","","Rendering specific systems","Utility for generating a tile pattern which can be used …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Initializes the whole rendering pipeline for the given …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Utility method that computes the new apprent center or …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Wrapper around a resource which can be initialized or …","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","An edge, which connects two Nodes in a RenderGraph.","","","","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","A Node which acts as an entry point for a RenderGraph with …","","","","","","","","","","","","","","","","","","A render node that can be added to a RenderGraph.","An edge describing to ordering of both nodes (output_node …","A Node identifier. It automatically generates its own …","","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","","The context with all information required to interact with …","The render graph configures the modular, parallel and …","The context with all graph information required to run a …","","A command that signals the graph runner to run the sub …","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","An edge describing to ordering of both nodes (output_node …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","The name of the type that implements Node.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The context with all graph information required to run a …","A command that signals the graph runner to run the sub …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Finishes the context for this Node by returning the sub …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the input slot value referenced by the label.","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","Retrieves the input slot value referenced by the label as …","","Returns the SlotInfos of the inputs.","Returns the input slot values for the node.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a new render graph context for the node.","","Returns the SlotInfos of the outputs.","","Queues up a sub graph for execution after the node has …","","Sets the output slot value referenced by the label.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An edge, which connects two Nodes in a RenderGraph.","","","An edge describing to ordering of both nodes (output_node …","An edge describing to ordering of both nodes (output_node …","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the id of the input_node.","Returns the id of the output_node.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","A Node which acts as an entry point for a RenderGraph with …","The name of the GraphInputNode of this graph. Used to …","The render graph configures the modular, parallel and …","Adds the node with the name to the graph. If the name is …","Adds the Edge::NodeEdge to the graph. This guarantees that …","Adds the Edge::SlotEdge to the graph. This guarantees that …","Adds the sub_graph with the name to the graph. If the name …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Retrieves the Node referenced by the label.","Retrieves the NodeId referenced by the label.","Retrieves the Node referenced by the label mutably.","Retrieves the NodeState referenced by the label.","Retrieves the NodeState referenced by the label mutably.","Retrieves the sub graph corresponding to the name.","Retrieves the sub graph corresponding to the name mutably.","Checks whether the edge already exists in the graph.","","Returns the NodeState of the input node of this graph..","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns an iterator over a tuple of the input edges and …","Returns an iterator over a tuple of the output edges and …","Returns an iterator over the NodeStates.","Returns an iterator over the NodeStates, that allows …","Returns an iterator over the sub graphs.","Returns an iterator over the sub graphs, that allows …","","","","Removes the node with the name from the graph. If the name …","Removes the Edge::NodeEdge from the graph. If either node …","Removes the Edge::SlotEdge from the graph. If any nodes or …","Removes the sub_graph with the name from the graph. If the …","","Creates an GraphInputNode with the specified slots if not …","","","","","","","","","","Updates all nodes and sub graphs of the render graph. …","Verifies that the edge existence is as expected and checks …","A collection of input and output Edges for a Node.","A Node without any inputs, outputs and subgraphs, which …","","","","A render node that can be added to a RenderGraph.","A Node identifier. It automatically generates its own …","A NodeLabel is used to reference a NodeState by either its …","","The internal representation of a Node, with all data …","","The context with all information required to interact with …","","Adds an edge to the input_edges if it does not already …","Adds an edge to the output_edges if it does not already …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Searches the input_edges for a Edge::SlotEdge, which …","Searches the output_edges for a Edge::SlotEdge, which …","Checks whether the input edge already exists.","Checks whether the output edge already exists.","","Returns this node’s id.","","","Specifies the required input slots for this node. They …","Specifies the required input slots for this node. They …","Returns all “input edges” (edges going “in”) for …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","Creates an NodeState without edges, but the input_slots …","","Retrieves the Node.","","Retrieves the Node mutably.","Specifies the produced output slots for this node. They …","Specifies the produced output slots for this node. They …","Returns all “output edges” (edges going “out”) for …","","","","Removes an edge from the input_edges if it exists.","Removes an edge from the output_edges if it exists.","Runs the graph node logic, issues draw calls, updates the …","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the type that implements Node.","","","","","","","","Updates internal node state using the current …","Updates internal node state using the current …","Validates that each input slot corresponds to an input …","Validates that each output slot corresponds to an output …","A GPU-accessible [Buffer].","A GPU-accessible [Buffer].","","","A texture [Sampler] defines how a pipeline will sample …","A texture [Sampler] defines how a pipeline will sample …","The internal representation of a slot, which specifies its …","A collection of input or output SlotInfos for a NodeState.","A SlotLabel is used to reference a slot by either its name …","Describes the render resources created (output) or used …","A value passed between render Nodes. Corresponds to the …","A TextureView describes a texture used in a pipeline.","A TextureView describes a texture used in a pipeline.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Retrieves the SlotInfo for the provided label.","Retrieves the index (inside input or output slots) of the …","Retrieves the SlotInfo for the provided label mutably.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns true if there are no slots.","","","","","","Returns an iterator over the slot infos.","Returns the count of slots.","","","Returns the SlotType of this value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","A resource to collect and sort draw requests for specific …","The type used for ordering the items. The smallest values …","","","Adds a PhaseItem to this render phase.","","","","","","","","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Sorts all of its PhaseItems.","Determines the order in which the items are drawn during …","","","","","","","","","","","","","","","","","","","A draw function which is used to draw a specific PhaseItem.","","","An item which will be drawn to the screen. A phase item …","RenderCommand is a trait that runs an ECS query and …","","The type used for ordering the items. The smallest values …","","","","","","","","","","","","Draws the PhaseItem by issuing draw calls via the …","Prepares data for the wrapped RenderCommand and then …","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Renders the PhaseItem by issuing draw calls via the …","","Determines the order in which the items are drawn during …","","","","","","","","","","","","Describes the fragment process in a render pipeline.","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","A [RenderPass], which tracks the current pipeline state to …","Describes how the vertex buffer is interpreted.","","","The stride, in bytes, between elements of this buffer.","The list of attributes which comprise a single vertex.","","The buffer which is used","","The format of any vertex buffers used with this pipeline.","Force a write and ignore stencil","The effect of draw calls on the depth and stencil aspects …","Is the depth stencil used?","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","The compiled fragment stage, its entry point, and the …","","","","The size of buffer","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","","The multi-sampling properties of the pipeline.","","","","","Utility for creating RenderPipelines","","The properties of the pipeline at the primitive assembly …","","","Utilities for creating shader states.","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","Utilities for handling surfaces which can be either …","","The color state of the render targets.","Utility for a texture view which can either be created by …","","","","","","Utility for declaring pipelines.","A render pass which allows tracking, for example using a …","","This pipeline updates the stenctil","The compiled vertex stage, its entry point, and the input …","","","","","","","","","","","","","The buffer which is used","","Returns the argument unchanged.","The size of buffer","Calls U::from(self).","","","","","","","","","","","","","","","","The effect of draw calls on the depth and stencil aspects …","","","The compiled fragment stage, its entry point, and the …","Returns the argument unchanged.","","Calls U::from(self).","","","","","Debug label of the pipeline. This will show up in graphics …","The layout of bind groups for this pipeline.","The multi-sampling properties of the pipeline.","The properties of the pipeline at the primitive assembly …","","","","","The compiled vertex stage, its entry point, and the input …","Describes the fragment process in a render pipeline.","Describes how the vertex buffer is interpreted.","","The stride, in bytes, between elements of this buffer.","","","","","","","","The list of attributes which comprise a single vertex.","","","","","","","The format of any vertex buffers used with this pipeline.","","","","","","","","","","","The name of the entry point in the compiled shader. There …","The name of the entry point in the compiled shader. There …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","The shader source","The shader source","How often this vertex buffer is “stepped” forward.","The color state of the render targets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value is a wgpu SurfaceTexture, but dereferences to a …","","Describes a TextureView.","The value is an actual wgpu TextureView.","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","Returns the SurfaceTexture of the texture view if it is of …","","","","","","","","","","","","","","","","","","Force a write and ignore stencil","Is the depth stencil used?","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","This pipeline updates the stenctil","","","A [RenderPass], which tracks the current pipeline state to …","","","","","","Draws primitives from the active vertex buffer(s).","Draws indexed primitives using the active index buffer and …","Draws indexed primitives using the active index buffer and …","Draws primitives from the active vertex buffer(s) based on …","Returns the argument unchanged.","Insert a single debug marker.","Calls U::from(self).","","","","","Tracks the supplied render pass.","","End the current debug group.","Start a new debug group.","Sets the active [BindGroup] for a given bind group index. …","","Sets the active index buffer.","Set push constant data.","Sets the active [RenderPipeline].","Sets the scissor region.","Sets the stencil reference.","Assign a vertex buffer to a slot.","Set the rendering viewport.","","","","","Allows the use of AddressMode::ClampToBorder with a border …","Allows the use of AddressMode::ClampToBorder with a border …","block compressed texture. 16 bytes per block.","Allows the [wgpu::TextureUsages::STORAGE_BINDING] usage on …","Supported when targeting the web through webassembly","Allows the user to create arrays of buffers in shaders:","Represents the backends that wgpu will use.","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Blue, green, red, and alpha channels. 8 bit integer per …","Blue, green, red, and alpha channels. 8 bit integer per …","Enables clear to zero for textures.","Allows the user to set a …","Allows for explicit creation of textures of format …","By default, polygon depth is clipped to 0-1 range …","Allows two outputs from a shader to be used for blending. …","Supported on Windows 7+","Supported on Windows 10","Special depth format with 16 bit integer depth.","Special depth format with at least 24 bit integer depth.","Special depth/stencil format with at least 24 bit integer …","Special depth format with 32 bit floating point depth.","Special depth/stencil format with 32 bit floating point …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 8 bytes per block (4 …","4x4 block compressed texture. 16 bytes per block (8 …","4x4 block compressed texture. 16 bytes per block (8 …","Features that are not guaranteed to be supported.","Supported on Linux/Android, the web through webassembly …","","","Adapter that has the highest performance. This is often a …","Allows non-zero value for the “first instance” in …","Represents the sets of limits an adapter/device supports.","Adapter that uses the least possible power. This is often …","Webgpu only allows the MAP_READ and MAP_WRITE buffer usage …","Supported on macOS/iOS","Enables multiview render passes and builtin(view_index) in …","Allows the user to call RenderPass::multi_draw_indirect …","Allows the user to call …","Configuration resource for Multi-Sample Anti-Aliasing.","Power usage is not considered when choosing an adapter.","Allows the user to create bind groups containing arrays …","Enables use of Pipeline Statistics Queries. These queries …","Allows the user to set PolygonMode::Line in …","Allows the user to set PolygonMode::Point in …","All the apis that wgpu offers first tier of support for.","Allows the use of push constants: small, fast bits of …","Power Preference when choosing a physical adapter.","Red channel only. 16 bit float per channel. Float in …","Red channel only. 16 bit integer per channel. Signed in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 16 bit integer per channel. Unsigned in …","Red channel only. 16 bit integer per channel. [0, 65535] …","Red channel only. 32 bit float per channel. Float in …","Red channel only. 32 bit integer per channel. Signed in …","Red channel only. 32 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. Signed in …","Red channel only. 8 bit integer per channel. [-127, 127] …","Red channel only. 8 bit integer per channel. Unsigned in …","Red channel only. 8 bit integer per channel. [0, 255] …","Allows for usage of textures of format …","","Red, green, and blue channels. 11 bit float with no sign …","Red and green channels. 16 bit float per channel. Float in …","Red and green channels. 16 bit integer per channel. Signed …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 16 bit integer per channel. …","Red and green channels. 16 bit integer per channel. [0, …","Red and green channels. 32 bit float per channel. Float in …","Red and green channels. 32 bit integer per channel. Signed …","Red and green channels. 32 bit integer per channel. …","Red and green channels. 8 bit integer per channel. Signed …","Red and green channels. 8 bit integer per channel. [-127, …","Red and green channels. 8 bit integer per channel. …","Red and green channels. 8 bit integer per channel. [0, 255]…","Red, green, blue, and alpha channels. 10 bit integer for …","Red, green, blue, and alpha channels. 10 bit integer for …","Packed unsigned float with 9 bits mantisa for each RGB …","Red, green, blue, and alpha channels. 16 bit float per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha. 16 bit integer per channel. […","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 16 bit integer per …","Red, green, blue, and alpha channels. 32 bit float per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 32 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Red, green, blue, and alpha channels. 8 bit integer per …","Allows shaders to index sampled texture and storage buffer …","All the apis that wgpu offers second tier of support for. …","Allows shaders to use the early_depth_test attribute.","Allows shaders to acquire the FP16 ability","Enables 64-bit floating point types in SPIR-V shaders.","Allows shaders to use i16. Not currently supported in naga…","Enables builtin(primitive_index) in fragment shaders.","Allows vertex shaders to have outputs which are not …","Enables creating shader modules from SPIR-V binary data …","Allows the user to create uniform arrays of storage …","Stencil format with 8 bit integer stencil.","","Enables device specific texture format features.","Allows the user to create uniform arrays of textures in …","Enables ASTC family of compressed textures. ASTC textures …","Enables ASTC HDR family of compressed textures.","Enables BCn family of compressed textures. All BCn …","Enables ETC family of compressed textures. All ETC …","Enables normalized 16-bit texture formats.","Enables use of Timestamp Queries. These queries tell the …","Allows for timestamp queries inside render passes.","Underlying texture data format.","Allows shaders to index uniform buffer and storage texture …","Enables using 64-bit types for vertex attributes.","Enables bindings of writable storage buffers and textures …","Supported on Windows, Linux/Android, and macOS/iOS via …","Provides configuration for renderer initialization. Use …","Adds an Srgb suffix to the given texture format, if the …","Get a flags value with all known bits set.","Get a flags value with all known bits set.","Mask of all features that are only available when …","Mask of all features which are part of the upstream WebGPU …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the aspect-specific format of the original format","","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","Get the underlying bits value.","","","Get the underlying bits value.","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Returns the dimension of a block of texels.","Returns the texel block size of this format.","","","","","","","","","","","","","","","","","","","Compares every limits within self is within the limits …","Compares every limits within self is within the limits …","","","","","","","","","","","","","","","","","","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","Returns the number of components this format has.","Returns the number of components this format has taking …","The constraints on limits allowed regardless of what the …","Whether all set bits in a source flags value are also set …","Whether all set bits in a source flags value are also set …","Returns true if the bitflags contains bits that are not …","Returns true if the bitflags contains bits that are not …","","","","","","","","","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The features to ensure are disabled regardless of what the …","","","","","","","","","","These default limits are guaranteed to be compatible with …","These default limits are guaranteed to be compatible with …","","","","","","","","","","","Get a flags value with all bits unset.","Get a flags value with all bits unset.","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","The features to ensure are enabled regardless of what the …","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a bits value.","Convert from a bits value.","","Convert from a bits value exactly.","","Convert from a bits value exactly.","Convert from a bits value, unsetting any unknown bits.","Convert from a bits value, unsetting any unknown bits.","The bitwise or (|) of the bits in each flags value.","The bitwise or (|) of the bits in each flags value.","Get a flags value with the bits of a flag with the given …","Get a flags value with the bits of a flag with the given …","Returns the format features guaranteed by the WebGPU spec.","Returns true if the format has a color aspect","Returns true if the format has a depth aspect","Returns true if the format has a stencil aspect","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","The bitwise and (&) of the bits in two flags values.","Whether any set bits in a source flags value are also set …","Whether any set bits in a source flags value are also set …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether all known bits in this flags value are set.","Whether all known bits in this flags value are set.","Returns true if the format is a combined depth-stencil …","Returns true for compressed formats.","Returns true if self is a depth or stencil component of …","Returns true if the format is a depth and/or stencil format","Whether all bits in this flags value are unset.","Whether all bits in this flags value are unset.","","Returns true for srgb formats.","","","","","","","","","","Yield a set of contained flags values.","Yield a set of contained flags values.","Yield a set of contained named flags values.","Yield a set of contained named flags values.","The imposed limits.","Amount of bind groups that can be attached to a pipeline …","Maximum binding index allowed in create_bind_group_layout. …","A limit above which buffer allocations are guaranteed to …","Maximum value of the product of the workgroup_size …","The maximum value of the workgroup_size X dimension for a …","The maximum value of the workgroup_size Y dimension for a …","The maximum value of the workgroup_size Z dimension for a …","Maximum number of bytes used for workgroup memory in a …","The maximum value for each dimension of a …","Amount of storage buffer bindings that can be dynamic in a …","Amount of uniform buffer bindings that can be dynamic in a …","Maximum allowed number of components (scalars) of input or …","Maximum number of live non-sampler bindings.","Amount of storage available for push constants in bytes. …","Amount of sampled textures visible in a single shader …","Amount of samplers visible in a single shader stage. …","Maximum size in bytes of a binding to a storage buffer. …","Amount of storage buffers visible in a single shader …","Amount of storage textures visible in a single shader …","Maximum allowed value for the size.depth_or_array_layers …","Maximum allowed value for the size.width of a texture …","Maximum allowed value for the size.width and size.height …","Maximum allowed value for the size.width, size.height, and …","Maximum size in bytes of a binding to a uniform buffer. …","Amount of uniform buffers visible in a single shader …","Maximum length of VertexBufferLayout::attributes, summed …","Maximum value for VertexBufferLayout::array_stride when …","Maximum length of VertexState::buffers when creating a …","Required BufferBindingType::Storage alignment for …","Required BufferBindingType::Uniform alignment for …","","The bitwise negation (!) of the bits in a flags value, …","The bitwise negation (!) of the bits in a flags value, …","","Present mode for surfaces if a surface is used.","Whether a trace is recorded an stored in the current …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","Strips the Srgb suffix from the given texture format.","Returns the required features (if any) in order to use the …","Returns the sample type compatible with this format and …","The number of samples to run for Multi-Sample …","Call insert when value is true or remove when value is …","Call insert when value is true or remove when value is …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The intersection of a source flags value with the …","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","Explicitly set a texture format or let the renderer …","","","","","","","","","","The bitwise exclusive-or (^) of the bits in two flags …","The bitwise exclusive-or (^) of the bits in two flags …","","","","","","","","","","","","","","","","","","","","","","","","","","","","The bitwise or (|) of the bits in two flags values.","The bitwise or (|) of the bits in two flags values.","","","","","","","","","","Modify the current limits to use the buffer alignment …","Modify the current limits to use the resolution limits of …","compressed block dimensions","ASTC RGBA channel","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Executes the [RenderGraph] current render graph.","Prepares GPU-owned resources by initializing them if they …","","Extracts data from the current state.","Uploads data to the GPU which is needed for rendering.","","Updates the [RenderGraph] with all of its nodes and then …","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","This system sorts all RenderPhases for the [PhaseItem] …","","","Children are the source. We construct the target from …","If not otherwise specified, raster tiles usually are 512.0 …","","","No data available so nothing to render","Parent tile is the source. We construct the target from …","","Source and target are equal, so no need to differentiate. …","This defines the source tile shaped from which the content …","Defines the exact location where a specific tile on the …","The tile mask pattern assigns each tile a value which can …","Defines the target tile and its source from which data …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tile mask pattern assigns each tile a value which can …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transforms coordinates in clip space to window coordinates.","A transform which can be used to transform between clip …","Alternative implementation to clip_to_window. Transforms …","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","This function matches how maplibre-gl-js implements …","Calculates an Aabb2 bounding box which contains at least …","An alternative implementation for view_bounding_box.","","Order of transformations reversed: …","Gets the world coordinates for the specified window …","Alternative implementation to window_to_world","","","","","","A container of Stages set to be run in a linear order.","","Defines a set of strongly-typed labels for a class of …","Adds the given stage at the last position of the schedule.","Adds the given stage immediately after the target stage.","Adds the given stage immediately before the target stage.","Adds a system to the Stage identified by stage_label.","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns a shared reference to the stage identified by label…","Returns a unique, mutable reference to the stage …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","Iterates over all of schedule’s stages and their labels, …","","","Runs the stage; this happens once per update. Implementors …","","","","Executes each Stage contained in the schedule, one at a …","Fetches the Stage of type T marked with label, then …","","","","","","","","","","","","","","","","A color in the ACES 2065-1 color space.","A color in the ACES 2065-1 color space.","A color in the ACEScc color space.","A color in the ACEScc color space.","A color in the ACEScct color space.","A color in the ACEScct color space.","A color in the ACEScg color space.","A color in the ACEScg color space.","A color with an alpha component.","A color in the BT.2020 color space.","A color in the BT.2020 color space.","A color in the BT.2100 color space.","A color in the BT.2100 color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*C*h° color space.","A color in the CIE L*a*b* color space.","A color in the CIE L*a*b* color space.","A color in the CIE XYZ color space.","A color in the CIE XYZ color space.","","A trait that should be implemented by provider crates on …","A trait used to simpify the interface of the Alpha and …","","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the DCI-P3 (aka P3 DCI and P3 D60) color space.","A color in the X’Y’Z’ color space, a DCI …","A color in the X’Y’Z’ color space, a DCI …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2020 color space.","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with HLG …","A color in the encoded BT.2100 color space with PQ …","A color in the encoded BT.2100 color space with PQ …","A color in the Display P3 (aka P3 D65) color space.","A color in the Display P3 (aka P3 D65) color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded Rec.709/BT.709 color space.","A color in the encoded sRGB color space.","A color in the encoded sRGB color space.","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in a generic color space that can be represented …","A color in the HSL color space.","A color in the HSL color space.","A color in the HSV color space.","A color in the HSV color space.","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with HLG (Hybrid …","A color in the ICtCp color space with PQ (Perceptual …","A color in the ICtCp color space with PQ (Perceptual …","A color in the linear (decoded) sRGB color space.","A color in the linear (decoded) sRGB color space.","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luma (non-linear transform from …","A single-channel CIE luminance.","A single-channel CIE luminance.","","A color in the Oklab color space.","A color in the Oklab color space.","A color in the Oklch color space (a transformation from …","A color in the Oklch color space (a transformation from …","A premultiplied color with an alpha component.","A color in the Rec.709/BT.709 color space.","A color in the Rec.709/BT.709 color space.","","An enum with a variant for each of the color spaces …","Stores the style for a multi-layered map.","A color in the YCbCr color space. See discussion of the …","A color in the YCbCr color space. See discussion of the …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YCxCz (also called YyCxCz) color space, …","A color in the YPbPr color space. See discussion of the …","A color in the YPbPr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’CbCr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the Y’PbPr color space. See discussion of the …","A color in the YUV color space. See discussion of the …","A color in the YUV color space. See discussion of the …","The a component, representing green-red chroma difference.","The a component, representing green-red chroma difference.","The alpha component.","The alpha component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The blue component.","The b component, representing blue-yellow chroma …","The b component, representing blue-yellow chroma …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The C (chroma) component. Varies from 0 to a hue dependent …","The C (chroma) component. Varies from 0 to a hue dependent …","The Cb (chroma-blue/yellow) component.","The Cb (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The contained color, which is completely separate from the …","The contained color, which has been premultiplied with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Cp (chroma-protan) component.","The Cp (chroma-protan) component.","The Cr (chroma-red/green) component.","The Cr (chroma-red/green) component.","The Ct (chroma-tritan) component.","The Ct (chroma-tritan) component.","The Cx (chroma difference blue/yellow) component","The Cz (chroma difference red/green) component","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Convert self into its canonical cint type.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The green component.","The h (hue) component. Varies from -PI to PI.","The h (hue) component. Varies from -PI to PI.","The H (hue) component. Varies from 0 to 1.","The H (hue) component. Varies from 0 to 1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The I (intensity) component.","The I (intensity) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create a Self from its canonical cint type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","CIE luminance.","CIE luminance.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 100.","The L (lightness) component. Varies from 0 to 1","The L (lightness) component. Varies from 0 to 1.","The L (lightness) component. Varies from 0 to 1.","Vector tile layer drawing utilities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Pb (chroma-blue/yellow) component.","The Pb (chroma-blue/yellow) component.","","The Pr (chroma-red/green) component.","The Pr (chroma-red/green) component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","The red component.","Raster tile layer description","The S (saturation) component. Varies from 0 to 1.","The S (saturation) component. Varies from 0 to 1.","Vector tile data utilities.","","Default vector tile styles configuration.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The U (chroma-blue/yellow) component.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The V (value) component. Varies from 0 to 1.","The V (chroma-red/green) component.","","The first component.","The first component.","The X’ component.","The X component.","The second component.","The Y’ component.","The Y component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Y’ (luma) component.","The Y (luminance) component.","The Yy (luminance) component.","The third component.","The Z’ component.","The Z component.","","","","","","The different types of paints.","","","","Stores all the styles for a specific layer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tiles can be positioned using either the xyz coordinates …","String url to a JSON tile.","String url to a tile.","","Source properties for tiles or rasters.","","","","","","","","String which contains attribution information for the used …","","","","","","","The bounds in which tiles are available.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Max zoom level at which tiles are available.","Min zoom level at which tiles are available.","","","","","Array of URLs which can contain place holders like {x}, …","","","","","","","","","","","","","","","","","","Stores the style for a multi-layered map.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","A convenience type alias for a boxed System trait object.","","An system that can be added to a Schedule","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Returns the system’s name.","","","","","","","","","","Conversion trait to turn something into a System.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Turns this value into its corresponding System.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A component is data associated with an Entity. Each entity …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a boxed object from a boxed trait object if the …","","","","","","Returns a mutable reference to the object within the trait …","Returns an Rc-ed object from an Rc-ed trait object if the …","Returns a reference to the object within the trait object …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","Returns true if the trait object wraps an object of type …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","Vertex buffers index data type.","Vertex buffer which includes additional padding to fulfill …","Constructor for Fill and Stroke vertices.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Tessellator implementation.","Contains the error value","","Contains the success value","Build tessellations with vectors.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Features are described in section 4.2 of the specification","GeomType is described in section 4.3.4 of the specification","Layers are described in section 4.1 of the specification","","","","","Variant type encoding The use of values is described in …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","Returns the value of bool_value, or the default value if …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the value of double_value, or the default value if …","","","","","","","","","","","","","","","","","","Returns the value of extent, or the default value if extent…","Although this is an “optional” field it is required by …","The actual features in this tile.","Returns the value of float_value, or the default value if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a GeomType, or None if value is not a …","Creates an enum from field names used in the ProtoBuf …","Contains a stream of commands and parameters (vertices). A …","","Returns the value of id, or the default value if id is …","","Returns the value of int_value, or the default value if …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns true if value is a variant of GeomType.","","","","","Dictionary encoding for keys","","","","","Sets type to the provided enum value.","Returns the value of sint_value, or the default value if …","","Returns the value of string_value, or the default value if …","Exactly one of these values must be present in a valid …","Tags of this feature are encoded as repeated pairs of …","","","","","","","","","","","","","","","","Returns the enum value of type, or the default if the …","The type of geometry stored in this feature.","","","","","Returns the value of uint_value, or the default value if …","","","","","","Dictionary encoding for values","Any compliant implementation must first read the version …","","","Measures the frames per second.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","Traits used by label implementations","","This method tests for self and other values to be …","","","","","","","","","Measures the frames per second.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","Returns coordinates for tiles within bavaria according to …","","","","","","","A two-dimensional AABB, aka a rectangle.","A three-dimensional AABB, aka a rectangular prism.","A wrapper type that enables ordering floats. This is a …","A 3-dimensional plane formed from the equation: …","","","","","","","","","","","","","","","","","","","","","","","Plane distance value","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Construct a plane from a point and a normal vector. The …","Constructs a plane that passes through the the three …","","Returns unsorted intersection points with an Aabb3 Adopted …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Maximum point of the AABB","Maximum point of the AABB","","Minimum point of the AABB","Minimum point of the AABB","Plane normal","Construct a plane from a normal vector and a scalar …","Construct a new axis-aligned bounding box from two points.","Construct a new axis-aligned bounding box from two points.","","Compute corners.","Compute corners.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","","","","","","","","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Queues PhaseItems for rendering.","Specifies the instructions which are going to be sent to …","Requests tiles which are currently in view","","Prepares GPU-owned resources by initializing them if they …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Uploads data to the GPU which is needed for rendering.","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","Error during processing of the pipeline","Sending of results failed","A request for a tile at the given coordinates and in the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","A ring-buffer like pool of buffers.","","","This is inspired by the memory pool in Vulkan documented …","","","","","","","","","","","","The VertexBuffers can contain padding elements. Not …","Allocates","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","The internal structure which is used for storage","The size of the inner buffer","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Holds for each feature the count of indices.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","","Calls U::from(self).","Calls U::from(self).","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Window which references a physical RawWindow. This is only …","","Window of a certain PhysicalSize. This can either be a …","","A configuration for a window which determines the …","Window size with a width and an height in pixels.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,370,0,0,376,376,376,376,376,376,0,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,14,33,18,18,12,12,19,14,20,21,21,17,17,16,29,33,18,12,19,14,20,21,17,16,29,12,21,17,16,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,19,18,12,19,14,20,21,17,16,18,12,19,14,20,21,17,16,18,12,17,18,12,17,0,12,19,14,20,21,17,16,12,17,33,18,12,19,14,20,21,17,16,29,18,12,21,17,12,21,17,18,12,20,21,17,16,18,18,18,12,12,12,21,21,21,17,17,17,18,12,12,19,19,14,14,20,21,21,17,17,16,16,29,33,18,12,12,19,14,14,20,21,21,17,17,16,16,16,16,29,16,17,17,12,21,17,33,18,12,19,14,20,21,17,16,29,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,17,21,16,29,12,12,33,18,12,19,14,20,21,17,16,29,29,19,19,33,33,29,29,19,19,19,29,14,18,12,19,14,29,29,18,12,17,14,14,14,12,17,17,12,14,18,12,19,14,20,21,17,16,12,19,14,21,17,16,17,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,18,12,19,14,20,21,17,16,29,33,33,20,21,17,16,20,21,17,16,21,17,14,29,29,0,0,0,50,51,44,50,51,44,50,51,44,50,51,44,44,0,0,44,50,50,51,44,51,51,0,50,51,44,50,51,44,50,51,44,50,44,50,51,44,50,51,44,0,0,0,51,51,50,51,44,50,51,44,50,51,44,50,51,44,0,0,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,53,0,0,0,0,0,0,0,0,0,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,441,442,0,49,0,49,64,49,0,49,49,64,64,71,0,0,0,443,68,443,0,71,71,71,71,443,68,71,71,71,71,71,71,71,71,71,68,69,71,71,71,71,71,0,0,385,385,0,385,385,0,0,0,385,385,0,0,0,0,88,0,76,79,79,90,90,0,0,0,0,0,77,0,76,79,0,0,90,0,79,77,89,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,76,84,84,77,86,77,86,77,84,88,83,77,89,90,79,86,87,88,88,83,89,89,90,90,79,79,84,88,83,77,89,90,79,86,83,87,91,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,77,89,86,84,88,83,77,89,90,79,86,83,84,88,83,77,89,90,79,86,84,83,84,76,84,84,80,86,86,77,83,83,77,86,88,89,90,79,83,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,84,88,83,77,89,90,79,86,444,444,0,0,0,0,100,109,100,109,0,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,95,94,95,100,95,100,95,94,94,104,94,95,104,109,94,95,100,95,95,94,94,95,100,104,109,94,95,100,95,95,94,94,94,94,94,104,104,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,94,94,94,94,94,94,104,94,94,94,109,94,94,94,95,94,94,94,104,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,104,109,94,95,100,94,445,446,0,111,0,0,111,114,111,114,111,114,111,114,111,114,111,111,111,114,111,114,111,114,111,114,114,111,114,111,85,114,111,114,111,114,111,114,111,114,111,0,0,0,0,0,115,118,66,115,118,66,115,118,66,115,118,66,115,66,115,66,115,118,66,65,115,66,118,118,115,118,118,118,66,66,115,115,118,66,115,118,66,115,66,115,118,66,115,118,66,115,66,118,115,66,118,115,118,66,115,118,66,115,118,66,115,118,66,117,0,0,117,0,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,122,123,117,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,123,122,123,122,123,117,122,123,117,122,123,117,122,123,117,122,123,117,122,123,0,0,46,46,124,46,124,46,124,46,124,46,124,124,124,46,124,46,124,124,46,124,46,124,46,124,46,124,46,124,46,46,124,124,46,46,124,46,46,46,124,46,124,46,124,46,124,124,124,124,124,0,125,0,0,447,447,125,125,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,447,72,125,125,125,447,72,125,72,447,72,125,447,72,125,125,447,72,125,72,447,72,125,72,72,72,72,72,72,72,72,125,447,72,125,447,72,125,447,72,125,447,72,125,72,72,72,448,448,0,0,0,0,0,0,0,130,0,129,129,129,129,129,129,129,0,129,129,129,129,129,0,0,129,0,129,129,129,129,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,0,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,131,0,0,128,449,0,0,0,133,0,133,449,0,0,0,0,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,135,136,135,136,138,139,132,137,132,138,139,449,137,132,138,139,449,137,138,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,137,135,136,0,0,0,0,0,0,0,138,139,135,136,0,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,132,138,139,449,137,0,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,0,142,0,144,143,142,144,143,142,144,143,142,144,143,142,143,144,144,143,142,142,142,144,143,142,144,143,142,144,143,142,144,143,144,143,142,144,143,142,143,143,143,0,142,144,143,142,144,143,142,144,143,142,144,143,142,0,0,0,0,0,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,450,451,452,0,147,147,147,147,147,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,0,0,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,148,0,0,0,0,0,159,133,0,159,133,0,0,157,158,159,159,160,157,158,159,160,159,157,158,159,160,157,158,159,160,135,136,157,158,159,160,159,160,135,136,157,158,157,158,157,158,159,160,159,159,159,159,159,159,157,158,159,157,158,159,160,159,157,157,157,158,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,135,136,157,158,135,136,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,157,158,159,160,0,0,164,164,0,0,164,164,164,164,0,0,0,0,0,166,58,166,165,164,164,163,58,166,165,164,163,164,58,166,165,164,163,58,166,165,164,163,163,0,0,164,164,163,58,165,166,166,58,166,165,164,163,0,164,164,164,164,164,164,0,0,164,58,166,165,164,163,0,0,164,166,166,166,166,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,0,58,58,166,166,58,0,166,0,58,166,166,0,166,0,166,0,166,58,166,58,0,0,164,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,58,166,165,164,163,0,166,177,0,177,0,0,177,0,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,127,127,127,177,127,177,176,178,127,177,176,178,127,176,177,176,178,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,127,178,176,127,127,177,176,178,127,177,176,178,127,177,176,178,127,177,177,176,178,127,176,127,127,127,0,0,0,0,0,0,0,0,0,0,0,0,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,182,179,180,179,182,183,180,182,183,180,182,182,186,184,184,179,183,183,180,182,182,183,180,179,179,179,186,184,179,183,180,182,180,180,180,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,183,186,184,179,183,180,182,182,180,180,180,179,180,179,179,180,180,180,180,180,186,183,182,180,180,180,180,180,180,183,183,180,182,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,186,184,179,183,180,182,179,179,180,180,0,0,0,0,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,169,196,0,0,194,194,194,194,194,194,194,194,194,194,196,194,194,194,194,194,194,194,194,194,194,194,194,194,204,219,212,0,191,191,0,0,0,212,0,214,205,0,59,191,191,191,201,202,200,191,201,202,200,200,214,205,0,211,0,191,0,0,0,0,59,0,0,0,0,0,0,59,204,219,211,0,0,0,0,0,200,204,219,191,191,191,191,191,191,191,191,57,0,48,57,191,191,0,210,191,191,191,191,191,191,191,0,56,210,217,217,48,210,203,56,216,191,191,191,191,191,203,210,54,0,56,210,48,0,48,217,210,56,199,56,54,209,48,191,191,191,191,210,191,453,453,454,453,453,454,455,455,455,456,456,456,457,457,458,459,458,460,459,459,457,457,460,461,461,462,461,461,462,461,462,0,201,202,200,201,202,200,200,0,0,0,0,200,203,56,200,200,201,201,202,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,200,201,202,200,201,202,200,200,200,201,201,201,202,202,202,56,200,200,201,201,202,202,203,56,200,201,202,56,56,56,56,56,56,56,203,56,203,56,200,201,202,203,56,200,201,202,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,56,56,56,56,56,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,203,56,200,201,202,455,455,455,456,456,456,461,461,462,461,461,462,461,462,212,0,0,212,211,211,211,211,212,212,211,212,211,212,211,212,211,211,211,212,211,212,211,212,211,211,211,212,212,212,211,211,212,211,211,211,212,211,212,211,212,211,212,211,212,211,211,212,211,212,211,212,211,212,453,453,454,453,453,454,0,48,0,48,48,48,48,216,48,216,48,216,48,216,48,48,48,216,48,48,216,48,48,48,48,48,48,48,48,48,216,48,48,216,216,48,216,48,216,48,216,48,216,48,48,48,48,48,48,48,48,48,216,48,48,48,48,216,48,48,216,48,216,48,216,48,216,48,48,48,0,0,214,59,214,0,0,0,0,0,59,0,59,217,217,57,210,218,213,213,59,59,217,214,214,57,210,218,213,59,217,214,213,57,210,218,213,59,217,214,57,210,218,213,59,217,214,213,214,213,214,213,57,213,57,57,199,210,218,213,59,217,214,199,199,199,213,59,214,213,210,213,59,214,213,213,213,59,59,59,214,214,214,210,213,59,59,217,214,57,210,218,213,59,59,59,59,217,214,214,214,214,214,217,217,217,217,213,217,210,217,199,199,217,217,210,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,199,57,210,218,213,59,217,214,210,210,213,210,210,210,199,199,217,217,210,213,217,217,199,218,59,213,214,59,57,210,218,213,59,217,214,57,210,218,213,59,217,214,57,210,218,213,59,217,214,210,57,210,218,213,59,217,214,199,199,210,210,204,219,205,205,204,219,0,0,0,0,0,204,219,204,219,219,205,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,204,219,205,54,209,204,219,205,54,209,219,205,219,205,219,219,219,205,205,205,204,219,219,205,54,209,204,204,204,204,219,205,205,205,205,205,205,54,209,209,209,209,209,204,219,205,54,209,204,219,205,54,209,219,205,54,209,204,219,205,54,209,209,204,219,205,54,209,209,209,54,54,204,54,209,204,219,205,54,219,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,204,219,205,54,209,221,221,221,221,0,0,463,221,463,221,463,221,463,221,463,221,221,221,463,221,221,463,221,463,221,463,221,463,221,463,221,463,463,221,221,463,221,463,221,463,221,463,221,464,464,465,464,466,465,464,466,465,466,0,0,0,0,0,0,222,223,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,222,223,222,223,222,223,222,223,222,223,222,0,0,0,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,467,468,0,0,61,0,0,0,0,0,62,61,0,225,225,145,224,225,145,224,225,145,224,225,145,224,225,225,225,145,224,0,52,62,145,224,145,224,225,145,224,145,225,145,224,225,145,224,225,225,145,224,225,225,145,224,225,228,228,229,225,225,62,145,224,145,224,145,145,225,145,224,225,145,224,225,145,224,225,145,224,0,0,61,0,0,0,62,61,61,228,61,228,61,228,61,228,61,228,52,228,62,61,228,61,228,61,228,61,228,61,228,61,228,228,228,228,229,0,62,61,228,61,228,61,228,61,228,0,0,0,0,0,240,240,0,0,0,0,208,0,0,208,0,0,0,0,0,235,235,0,234,469,237,244,231,244,230,236,237,231,244,173,241,234,231,231,244,231,244,469,241,60,0,238,231,244,244,0,238,173,150,236,237,235,0,238,236,0,469,150,238,469,238,0,0,241,244,231,244,150,241,244,232,470,470,0,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,234,0,0,231,231,231,231,231,230,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,231,0,0,0,235,235,236,236,237,235,236,237,235,235,236,237,235,236,237,237,235,236,237,235,236,237,235,236,237,236,236,237,236,236,236,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,236,237,235,236,235,236,237,235,236,237,235,236,237,235,236,237,235,236,237,0,0,0,240,240,0,0,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,469,238,173,241,238,469,240,173,241,238,469,240,173,173,173,238,173,173,173,241,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,173,241,238,469,240,173,241,469,241,238,173,173,238,173,238,173,238,173,238,238,173,469,238,469,238,241,238,469,240,173,241,238,469,240,173,241,238,469,240,173,241,241,238,469,240,173,241,208,0,0,208,150,208,150,208,150,208,150,208,208,150,208,208,150,208,208,208,150,150,208,150,208,150,208,150,208,150,208,150,150,208,150,150,208,150,208,150,208,150,208,150,470,470,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,252,252,152,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,252,252,252,252,251,251,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,0,251,256,256,255,252,0,255,252,251,252,252,252,0,255,252,252,252,252,251,252,0,152,152,152,152,152,152,152,152,152,152,152,152,252,0,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,252,251,252,252,252,252,252,252,252,252,152,0,252,252,252,252,252,252,252,252,252,0,252,252,252,251,0,152,251,252,252,252,255,255,251,251,252,252,254,254,152,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,152,167,251,252,251,252,251,252,251,252,251,251,252,252,251,252,251,252,152,152,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,152,152,167,251,252,251,252,255,252,254,167,155,168,168,167,251,252,167,255,251,252,254,152,167,256,155,168,254,254,255,251,252,254,152,255,251,252,254,152,251,252,255,251,252,254,152,255,255,255,251,251,251,252,252,252,254,254,254,152,152,152,251,252,167,255,251,251,251,251,251,252,252,252,252,252,254,152,255,251,251,252,254,152,167,256,155,168,251,252,251,251,252,252,251,252,251,252,251,252,152,152,152,152,255,251,252,254,152,251,252,251,252,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,251,252,152,152,152,152,251,252,155,152,255,251,252,254,152,167,256,155,168,251,252,251,252,167,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,168,251,252,167,168,167,251,252,152,152,152,155,251,252,251,252,251,252,251,252,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,255,251,252,254,152,167,256,155,168,251,252,255,251,252,254,152,167,256,155,168,254,254,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,264,263,264,265,266,267,268,269,263,264,265,266,267,268,269,266,271,263,265,269,270,271,272,273,270,271,272,273,271,272,273,263,264,265,266,267,268,269,271,266,271,272,273,274,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,264,265,267,268,269,265,265,269,269,263,264,265,266,267,268,269,268,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,271,272,273,263,264,265,266,267,268,269,263,263,267,268,0,0,0,0,0,0,0,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,279,0,0,0,282,0,0,0,282,282,0,282,0,0,0,0,0,0,280,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,281,281,280,282,283,281,282,283,281,283,281,281,284,280,284,282,283,281,280,282,283,281,284,282,283,281,280,198,198,198,284,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,284,282,283,281,280,284,282,283,281,280,280,281,0,286,472,284,283,281,283,283,282,283,281,281,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,284,282,283,281,280,286,472,286,472,281,0,0,0,0,286,287,286,287,286,287,286,287,286,286,287,287,286,287,286,287,287,286,287,286,287,286,287,286,287,286,287,286,286,287,286,286,287,286,287,286,287,286,287,286,286,286,286,0,0,0,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,288,0,0,0,0,0,0,45,45,45,45,296,295,45,296,295,45,296,295,45,296,295,45,45,45,296,295,293,45,293,293,293,292,296,295,45,45,45,292,296,295,45,296,295,45,296,295,296,295,45,293,296,295,45,45,295,45,293,296,295,45,45,45,45,295,45,296,295,45,296,295,45,296,295,45,296,295,45,0,337,0,337,0,337,0,337,0,0,337,0,337,0,337,0,337,0,337,340,0,0,336,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,0,337,336,0,337,0,337,0,0,337,336,0,0,0,337,0,337,0,337,0,337,0,337,0,337,300,308,298,335,298,298,335,335,337,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,300,308,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,312,329,328,314,126,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,328,314,327,325,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,335,335,335,337,337,337,297,297,297,331,331,331,322,322,322,315,315,315,305,305,305,301,301,301,320,320,320,304,304,304,319,319,319,306,306,306,330,330,330,302,302,302,318,318,318,310,310,310,333,333,333,332,332,332,316,316,316,317,317,317,321,321,321,324,324,324,313,313,313,327,327,327,325,325,325,334,334,334,300,300,300,312,312,312,308,308,308,329,329,329,323,323,323,311,311,311,328,328,328,314,314,314,307,307,307,309,309,309,326,326,326,303,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,297,297,297,297,297,331,331,331,331,322,322,322,322,315,315,315,315,305,305,305,305,301,301,301,301,320,320,320,320,304,304,304,304,319,319,319,319,306,306,306,306,330,330,330,330,302,302,302,302,318,318,318,318,310,310,310,310,333,333,333,333,332,332,332,332,316,316,316,316,317,317,317,317,321,321,321,321,324,324,324,324,313,313,313,313,327,327,327,327,325,325,325,325,334,334,334,334,300,300,300,300,312,312,312,312,308,308,308,308,329,329,329,329,323,323,323,323,311,311,311,311,328,328,328,328,314,314,314,314,307,307,307,307,309,309,309,309,326,326,326,326,303,303,303,303,340,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,312,329,323,311,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,327,325,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,335,337,297,297,331,331,322,322,315,315,305,305,301,301,320,320,304,304,319,319,306,306,330,330,302,302,318,318,310,310,333,333,332,332,316,316,317,317,321,321,324,324,313,313,327,327,325,325,334,334,300,300,312,312,308,308,329,329,323,323,311,311,328,328,314,314,307,307,309,309,326,326,303,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,340,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,320,304,300,312,308,329,323,0,126,126,126,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,307,309,126,307,309,297,331,322,315,319,306,330,302,318,310,333,316,317,321,324,313,0,323,311,0,126,0,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,326,298,335,337,297,331,322,315,305,301,320,304,319,306,330,302,318,310,333,332,316,317,321,324,313,327,325,334,300,312,308,329,323,311,328,314,307,309,326,303,311,326,126,305,301,332,334,305,332,334,328,314,307,309,326,303,305,332,334,126,345,0,345,0,0,345,0,345,0,342,343,344,345,346,342,343,344,345,346,342,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,346,342,343,344,345,346,342,343,344,345,346,343,342,343,344,345,346,342,343,344,345,346,345,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,344,346,346,346,346,342,343,344,345,346,346,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,342,343,344,345,346,347,347,0,0,347,348,347,348,347,348,347,348,347,348,347,348,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,347,348,348,348,348,348,348,348,348,348,347,348,347,348,347,348,347,348,347,348,347,348,350,0,35,0,0,0,350,0,35,35,349,350,35,349,350,349,35,349,350,35,349,350,349,35,349,350,35,349,350,35,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,349,349,349,35,349,350,349,35,349,350,35,349,350,35,349,350,35,349,350,35,349,350,473,474,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,0,0,0,352,353,352,353,352,353,352,353,351,352,351,352,353,352,353,352,353,352,353,352,353,352,353,352,353,352,353,353,0,352,0,0,352,353,352,353,352,353,352,353,0,285,475,0,0,0,0,0,285,475,354,354,354,354,354,355,354,355,355,355,354,354,354,354,354,0,354,354,354,354,354,354,355,354,285,354,475,354,476,354,354,354,354,354,0,0,0,0,357,357,357,357,357,357,0,357,357,357,294,357,357,358,357,358,0,357,357,357,357,357,0,0,360,361,361,361,361,361,361,361,361,361,361,361,360,361,361,361,361,361,361,361,0,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,362,0,0,0,0,0,477,478,0,477,478,0,0,0,0,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,162,363,363,364,365,162,363,364,365,162,366,367,368,365,363,162,366,367,367,367,162,363,368,365,363,162,366,162,368,368,365,363,162,366,368,365,363,162,366,365,363,366,368,365,363,162,366,367,368,365,363,162,366,366,477,162,478,162,479,162,365,368,368,162,363,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,368,365,363,162,366,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,0,0,0,369,369,373,370,373,370,373,370,373,370,370,370,370,373,370,370,373,370,370,370,373,370,373,370,373,370,373,370,373,370,373,373,370,373,370,373,370,373,370,373,370,370,0,480,0,480,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,0,0,382,382,382,382,0,383,384,385,382,382,383,384,385,382,382,382,383,383,383,384,385,382,383,384,385,382,383,384,385,383,384,385,382,383,384,385,382,382,382,383,384,385,382,383,383,383,384,385,382,382,382,383,384,385,383,384,385,382,382,382,382,385,385,385,383,383,383,384,385,382,383,383,384,385,382,382,382,384,382,384,384,383,383,383,384,385,382,383,384,385,382,383,384,385,382,383,384,385,382,382,383,384,385,382,385,385,382,385,384,384,383,383,383,383,384,384,384,384,383,384,385,382,383,384,385,382,383,384,385,382,384,384,383,384,385,382,383,383,383,384,385,382,385,385,0,392,0,0,391,391,391,391,391,391,391,391,391,0,395,391,0,391,391,391,391,391,391,0,0,392,391,395,391,391,391,391,391,391,0,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,395,0,0,0,0,15,397,15,397,0,0,0,0,399,39,402,398,398,399,39,402,398,399,39,402,398,399,39,402,398,0,398,398,398,398,399,0,0,0,399,39,402,398,398,398,398,398,398,399,39,402,398,399,39,402,398,399,399,399,399,399,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,0,39,402,0,39,402,399,399,39,402,398,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,399,39,402,398,481,0,0,0,404,0,404,0,404,481,0,0,0,415,415,0,404,0,0,0,0,0,0,0,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,417,403,405,406,408,409,414,405,406,408,409,413,417,416,403,410,411,412,411,412,403,417,416,481,410,411,417,434,412,403,417,416,481,410,411,410,434,434,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,408,412,403,417,416,481,410,411,434,406,413,411,405,406,408,409,434,434,434,434,414,434,0,0,0,0,0,0,0,0,417,416,406,408,409,0,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,412,403,417,416,481,410,411,0,434,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,415,415,0,413,414,415,413,414,415,413,414,415,413,414,415,414,413,413,414,415,415,415,413,414,415,413,414,415,413,414,415,413,414,413,414,415,413,414,415,414,414,414,413,414,414,0,414,414,415,413,414,415,413,414,415,413,414,415,413,414,415,0,0,0,0,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,482,483,0,419,419,419,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,0,0,0,423,0,0,423,0,423,0,0,0,423,420,420,420,423,424,422,425,421,420,423,424,422,425,421,421,420,423,424,422,425,421,420,423,424,422,425,421,422,422,422,422,420,421,423,422,423,422,422,421,420,423,424,422,425,421,420,420,422,421,420,423,424,422,425,421,420,423,424,422,425,421,420,421,421,420,420,420,420,420,420,422,422,424,424,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,420,423,424,422,425,421,421,420,422,425,421,421,420,420,424,421,420,420,420,420,420,421,421,422,423,422,421,420,423,424,422,425,421,420,423,424,422,425,421,424,420,423,424,422,425,421,420,423,424,422,425,421,420,420,422,420,420,422,0,0,0,0,0,0,0,432,404,0,432,404,0,432,404,0,432,404,0,0,428,429,430,432,432,431,433,428,429,430,432,431,433,432,428,429,430,432,431,433,428,429,430,432,431,433,431,405,406,408,409,428,429,430,431,432,431,433,432,431,433,405,406,408,409,428,429,430,431,428,429,430,431,428,429,430,432,431,433,432,432,432,432,432,432,431,428,429,430,432,431,428,429,430,432,431,433,432,430,428,428,429,429,430,430,432,431,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,408,431,428,429,430,432,431,433,431,406,429,429,405,406,408,409,428,429,430,431,406,408,429,431,432,431,433,409,430,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,428,429,430,432,431,433,0,0,0,0,0,436,0,0,171,6,6,291,291,6,291,6,291,6,291,6,291,6,291,6,291,436,6,291,6,291,6,291,6,291,6,6,6,291,291,291,6,291,6,291,6,291,6,291,6,291,6,291,171,6,291,6,291,6,291,6,291,6,291,6,291,171,171,171,170,6,6,291,6,291,6,291,6,291,6,291,6,291,6,291,6,291],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[5,6,7],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,13],-1,[]],[[14,14],-1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[7,7],16],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,[[11,[18]]]],[19,7],[18,18],[12,12],[19,19],[14,14],[20,20],[21,21],[17,17],[16,16],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[18,18],22],[[12,12],22],[[17,17],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[],[[24,[23]]]],[[],12],[[],19],[[],14],[[],20],[[],21],[[],17],[[],16],[-1,[[9,[12]]],25],[-1,[[9,[17]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[18,18],4],[[12,12],4],[[20,20],4],[[21,21],4],[[17,17],4],[[16,16],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[18,27],28],[[12,27],28],[[12,27],28],[[19,27],28],[[19,27],28],[[14,27],28],[[14,27],28],[[20,27],28],[[21,27],28],[[21,27],28],[[17,27],28],[[17,27],28],[[16,27],28],[[16,27],28],[[29,27],28],[-1,-1,[]],[-1,-1,[]],[13,12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[12,14],[-1,-1,[]],[-1,-1,[]],[[[8,[23,23,12]]],21],[-1,-1,[]],[[[8,[30,30,12]]],17],[-1,-1,[]],[[[8,[7,7]]],16],[[[31,[7]]],16],[[[8,[32,32]]],16],[-1,-1,[]],[[19,14],16],[17,[[24,[17]]]],[17,[[11,[17]]]],[[12,-1],8,26],[[21,-1],8,26],[[17,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,33],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[17,35],[[11,[21]]]],[[21,35],[[11,[17]]]],[[16,12,14],17],[[29,17],4],[12,4],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[29,[[0,[[37,[],[[36,[17]]]]]]]],0,0,[33,17],[33,17],0,0,[19,7],[19,7],[[19,7],7],0,[[14,14,-1],4,[]],[[[38,[12]]],18],[13,12],[[7,7],19],[7,14],[[[39,[7]],30,40,14,12],29],0,[[18,18],[[11,[22]]]],[[12,12],[[11,[22]]]],[[17,17],[[11,[22]]]],[[14,14],7],[[14,17],7],[[14,12],7],[[12,-1],9,41],[[17,-1],9,41],[17,13],[[12,13],-1,[]],[[14,14],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[[17,14],[[43,[7]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[33,17],[33,17],0,0,0,0,0,0,0,0,0,0,[[14,7],12],[29,12],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[44,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[[],44],[50,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[51,-1,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[53,[[55,[54]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],53],[[53,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[53,58],8],0,0,0,0,0,[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,51,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,[[],[[64,[],[[63,[-1]]]]],65],[[[64,[],[[63,[-1]]]]],[[66,[-1]]],65],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],-1,[]],[[[68,[],[[67,[-1]]]]],-1,[[69,[-2]]],70],[-1,-2,[],[]],[[71,27],28],[[71,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[68,[],[[67,[-1]]]],[72,[-3]],[11,[73]]],8,[[69,[-2]]],70,49],[[69,-1],[[9,[8,71]]],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[76,[],[[74,[-1]],[75,[-2]]]],77,[78,[-3,-1]]],[[9,[8,79]]],[80,81,82],[[37,[],[[36,[83]]]]],64],[[[84,[-1,-2]],77,[78,[-1,-3]]],[[9,[8,79]]],64,85,[]],0,[77,77],[86,86],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,[[9,[77]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[87,87],4],[[88,27],28],[[88,27],28],[[83,27],28],[[89,27],28],[[89,27],28],[[90,27],28],[[90,27],28],[[79,27],28],[[79,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[83,87],4],[[87,-1],8,26],[91,83],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[83,[[2,[-1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[84,[-2,-1]]],85,64],[[87,[2,[1]]],83],0,[[[76,[],[[74,[-1]],[75,[-2]]]],-3],-2,[80,81,82],[[37,[],[[36,[83]]]]],[[93,[83],[[92,[4]]]]]],[[[84,[-1,-2]],-3],-4,64,85,[[93,[83],[[92,[4]]]]],[]],0,[[80,-1],[[9,[8,89]]],91],[[86,-1],[[9,[8,89]]],91],0,[[77,-1],9,41],[83,87],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,42,[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[94,[[96,[[95,[7]]]]]],[[[95,[-1]]],[[95,[-1]]],[97,98,99,82]],[[[100,[-1]]],[[100,[-1]]],[97,98,99,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[95,[-1]]],4,[97,98,99,101]],[[94,[11,[102]]],[[9,[8,103]]]],[94,[[9,[8,103]]]],[[],104],[[],94],[[[95,[-1]]],[],[97,98,99,101]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[95,[-1]]],-2,[97,98,99,101],[]],0,[[94,73],[[9,[8,103]]]],[[94,73],[[9,[8,103]]]],[[[95,[-1]],27],28,[97,98,99,105]],[[[100,[-1]],27],28,[97,98,99,105]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],[[[108,[-1]],[107,[42,42]]],[[11,[[95,[-1]]]]],[97,98,99,101]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[94,[[55,[[95,[7]]]]]],0,[[104,17,109],8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[],104],[[],94],[[94,40],[[9,[8,103]]]],[[94,40],[[9,[8,103]]]],[[109,20],[[55,[[95,[7]]]]]],[[94,4,40,40],[[9,[8,103]]]],[[94,4,40],[[9,[8,103]]]],0,0,[94,[[9,[8,103]]]],[94,[[9,[8,103]]]],[[94,40,102,110],[[9,[4,103]]]],[[104,16,12,14],[[11,[[55,[[95,[7]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[94,7,7,40],[[9,[8,103]]]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[111,27],28],[[111,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[85,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[[114,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]],81]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[115,[-1]]],[[115,[-1]]],[65,82]],[[[66,[-1]]],[[66,[-1]]],[65,82]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[65,102],[[116,[[2,[112]]]]]],[[[115,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[[66,[-1]],17,117],[[9,[[55,[13]],118]]],65],[[118,27],28],[[118,27],28],[-1,-1,[]],[119,118],[-1,-1,[]],[120,118],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,[[115,[-1]]],65],[[[115,[-1]]],[[66,[-1]]],65],[118,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[123,123],[117,117],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],122],[[],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[122,17],42],[[123,17],42],[[117,17],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[102,102],122],[[102,102,102],123],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[[[46,[-1]]],[],49],0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],[[46,[-1]]],49],[[],[[124,[-1]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[46,[-1]]],[],49],0,0,[[],[[124,[-1]]],49],[[[46,[-1]]],[],49],0,0,[[[46,[-1]]],66,49],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],[[[124,[-1]]],[[124,[-1]]],49],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[72,[-1]]],[[9,[5,125]]],49],[[[72,[-1]]],[[9,[5,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,27],28],[[125,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[72,[-1]]],[[9,[8,125]]],49],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[72,[-1]]],4,49],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[72,[-1]]],[[3,[[46,[-1]]]]],49],0,0,[[126,[46,[-1]],127,[55,[[2,[128]]]]],[[9,[[72,[-1]],125]]],49],0,[[[72,[-1]]],8,49],[[[72,[-1]]],[[9,[8,125]]],49],0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[72,[-1]]],[],49],0,[[[72,[-1]]],[],49],0,0,0,0,0,0,[-1,[],112],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],129],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[-1,[],112],0,[129,[[66,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[130,130],[[-1,-2],8,[],[]],[-1,-2,[],[]],[[130,102],[[116,[[2,[112]]]]]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[11,[42]]],130],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],131],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],131],[[131,-2],[[9,[8,111]]],[[112,[],[[92,[8]]]]],[[113,[],[[92,[-1]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[[128,45,[3,[[46,[-1]]]],47,48],8,49],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[132,[-1]],45,[3,[[46,[-2]]]],47,48],8,133,49],[[17,42,134],135],[17,136],[135,17],[136,17],0,0,[[],[[132,[-1]]],133],[[],137],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],0,0,0,0,0,0,0,0,0,[135,138],[136,139],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[140,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[140,[-1,-2]]],49,[]],0,[[[140,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[142,27],28],[[142,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[143,[-1,-2]],17,42,134],[[9,[8,142]]],133,80],[-1,[[143,[-2,-1]]],80,133],0,[[[38,[13]],144,[143,[-1,-2]]],[[9,[8,142]]],133,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[147,[-1,-2]]],[[141,[102]]],49,133],[[[3,[[46,[-1]]]]],[[147,[-1,-2]]],49,133],0,[[[147,[-1,-2]],5],8,49,133],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[[148,149,17,150],8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[148,151,149,152,23,23,153],150],[-1,-2,[],[]],[-1,-1,[]],[[148,17],[[11,[154]]]],[[148,17,47],4],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[155,149,156],148],[148,156],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[17,42,134],135],[17,136],[[17,42,134],157],[17,158],[159,159],[160,160],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[135,17],[136,17],[157,17],[158,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[159,159],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[157,27],28],[[158,27],28],[[159,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[159,-1],8,26],0,[157,83],[-1,-2,[],[]],[-1,-2,[],[]],[158,83],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[],87],[[],87],[[],87],[[],87],[135,138],[136,139],[157,138],[158,139],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[148,149,161,162,126,29],8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,45,[3,[[46,[-1]]]],47,48],8,49],0,0,[164,164],[[-1,-2],8,[],[]],[[],163],0,[165,-1,[]],[166,149],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,15],4,[]],[[-1,26],8,[]],[[164,164],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[164,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[164,-1],8,26],[[-1,167,168],[[9,[166,169]]],[170,171]],[[-1,167,168],[[9,[166,169]]],170],[166,172],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[173,58],[166,161],0,[[58,-1,172],[[9,[8,169]]],[170,171]],0,0,0,0,[[172,167,174],[[9,[[8,[175,149,161]],169]]]],[[166,6],8],0,0,0,0,0,[166,58],[58,173],[166,173],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[127,176],[127,127],[[-1,-2],8,[],[]],[[],177],[[],127],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[176,[[9,[177,169]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[177,[[11,[166]]]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],127],0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[177,178],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[[127,168],127],[[127,167],127],0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[179,7,7,7],[[43,[7]]]],[[180,7],[[43,[7]]]],[[179,7,7,7,7,[181,[7]]],[[43,[7]]]],[[182,7,7],[[181,[7]]]],[183,183],[180,180],[182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],182],[-1,-2,[],[]],[184,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[183,[[43,[32]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[182,182],4],[[183,27],28],[[180,27],28],[[179,7,7],[[185,[7]]]],[179,[[185,[7]]]],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[180,[[185,[7]]]],[180,[[185,[7]]]],[180,[[185,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[183,186],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[180,[187,[7]]],8],[[180,[181,[7]]],8],[[180,180,-1],4,[]],[-1,179,[[188,[[185,[7]]]]]],[[-1,-2,-3],180,[[188,[[181,[7]]]]],[[188,[[185,[7]]]]],[[188,[[185,[7]]]]]],[[179,[181,[7]],7],7],[[179,[181,[7]],7],7],[[180,-1],8,[[188,[[185,[7]]]]]],0,[180,[[181,[7]]]],0,[180,[[187,[7]]]],[[186,[189,[7]]],[[189,[7]]]],[[183,[189,[7]]],[[189,[7]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],0,[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,-1],8,[[188,[[185,[7]]]]]],[[180,7],[[31,[7]]]],[[183,[43,[7]]],184],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[179,7,7],7],[179,7],[[180,-1],8,[[188,[[185,[7]]]]]],0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[169,27],28],[[169,27],28],[190,169],[191,169],[192,169],[193,169],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[169,4],[169,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[194,[-1]]],[]],[-1,-2,[],[]],[[[194,[-1]],102],-1,[]],[-1,-1,[]],[[[196,[],[[195,[-1]]]],-1],4,197],[[[194,[-1]],17,47],4,198],[[[194,[-1]],-2],8,[],[[113,[],[[92,[-1]]]]]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[[194,[-1]],-2],8,196,[[113,[],[[92,[-1]]]]]],[[[194,[-1]]],[[194,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[191,191],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[191,27],28],[[191,27],28],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[199,56,57,58,47],[[9,[8,59]]]],0,0,0,0,[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[200,200],4],[[201,201],4],[[202,202],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[56,[[55,[203]]]],[[200,27],28],[[200,27],28],[[201,27],28],[[201,27],28],[[202,27],28],[[202,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[56,-1],[[9,[204,202]]],[[188,[205]]]],[[56,-1],[[9,[206,202]]],[[188,[205]]]],[[56,-1],[[9,[207,202]]],[[188,[205]]]],[[56,-1],[[9,[208,202]]],[[188,[205]]]],0,[56,209],[56,[[38,[204]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[48,210,[38,[204]],[38,[[11,[204]]]]],56],0,[56,209],0,[[56,-1,[55,[204]]],[[9,[8,200]]],[[188,[[141,[102]]]]]],0,[[56,-1,-2],[[9,[8,201]]],[[188,[205]]],[[188,[204]]]],[-1,42,[]],[-1,42,[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[211,211],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[211,211],4],[[212,212],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[211,27],28],[-1,-1,[]],[-1,-1,[]],[211,213],[211,213],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[[48,-1,-2],213,[[188,[[141,[102]]]]],199],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1,48],8,[[188,[[141,[102]]]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],48],[-1,-2,[],[]],[-1,-2,[],[]],[[48,27],28],[-1,-1,[]],[-1,-1,[]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[213,191]]],[[188,[214]]]],[[48,-1],[[9,[-2,191]]],[[188,[214]]],199],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[9,[210,191]]],[[188,[214]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,-1],[[11,[48]]],[[215,[102]]]],[[48,211],4],[216,[[55,[54]]]],[48,[[11,[210]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[[48,-1],[[9,[[0,[[37,[],[[36,[[8,[211,210]]]]]]]],191]]],[[188,[214]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[210]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],[48,[[0,[[37,[],[[36,[[8,[102,48]]]]]]]]]],0,0,[216,[[55,[54]]]],[[48,-1],[[9,[8,191]]],[[188,[[141,[102]]]]]],[[48,-1,-2],[[9,[8,191]]],[[188,[214]]],[[188,[214]]]],[[48,-1,-2,-3,-4],[[9,[8,191]]],[[188,[214]]],[[188,[205]]],[[188,[214]]],[[188,[205]]]],[[48,-1],8,[[188,[[141,[102]]]]]],[[216,56,57,58,47],[[9,[8,59]]]],[[48,[55,[54]]],213],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[48,58],8],[[48,211,212],[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[213,213],[214,214],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[213,213],22],0,[[-1,-2],22,[],[]],0,[-1,-2,[],[]],[[[2,[199]]],[[9,[[2,[-1]],[2,[199]]]]],199],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[199,[[11,[-1]]],199],[[[3,[199]]],[[9,[[3,[-1]],[3,[199]]]]],199],[199,[[11,[-1]]],199],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],0,[[213,213],4],[[59,59],4],[[214,214],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[210,27],28],[[213,27],28],[[59,27],28],[[59,27],28],[[217,27],28],[[214,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,59],[200,59],[-1,-1,[]],[201,59],[-1,-1,[]],[213,214],[102,214],[214,214],[42,214],[-1,-1,[]],[[217,40],[[9,[211,191]]]],[[217,40],[[9,[211,191]]]],[[217,211],4],[[217,211],4],[[213,-1],8,26],[217,213],0,0,[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[199,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[213,-1],210,199],[40,213],[210,[[9,[-1,191]]],199],0,[210,[[9,[-1,191]]],199],[199,[[55,[54]]]],[199,[[55,[54]]]],[217,[[38,[211]]]],0,0,[[213,213],[[11,[22]]]],[[217,211],[[9,[8,191]]]],[[217,211],[[9,[8,191]]]],[[199,56,57,58,47],[[9,[8,59]]]],[[218,56,57,58,47],[[9,[8,59]]]],[59,[[11,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[199,58],8],[[199,58],8],[210,[[9,[8,191]]]],[210,[[9,[8,191]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,204],[219,219],[205,205],[54,54],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],209],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[219,219],4],[[205,205],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,27],28],[[219,27],28],[[219,27],28],[[205,27],28],[[54,27],28],[[209,27],28],[206,204],[207,204],[-1,-1,[]],[208,204],[-1,-1,[]],[-1,-1,[]],[102,205],[205,205],[40,205],[42,205],[[[141,[102]]],205],[-1,-1,[]],[-1,209,[[220,[],[[36,[54]]]]]],[-1,-1,[]],[[209,-1],[[11,[54]]],[[188,[205]]]],[[209,-1],[[11,[40]]],[[188,[205]]]],[[209,-1],[[11,[54]]],[[188,[205]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[209,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[209,[[0,[[37,[],[[36,[54]]]]]]]],[209,40],0,[[-1,219],54,[[188,[[141,[102]]]]]],[204,219],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[221,27],28],[[221,27],28],[-1,-1,[]],[-1,-1,[]],[59,221],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[48,149,161,58,47],[[9,[8,221]]]],[[48,[11,[[141,[102]]]],57,58,47,[38,[204]]],[[9,[8,221]]]],[221,[[11,[121]]]],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[222,[[55,[54]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],222],[[222,56,57,58,47],[[9,[8,59]]]],[[223,56,57,58,47],[[9,[8,59]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[222,58],8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,224,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,[[[225,[-1]],-1],8,62],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[225,[-1]]],8,62],[[],[[225,[-1]]],62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,60,47,-1],8,62],[[[62,[],[[226,[-1]]]]],52,227],[145,52],[224,52],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[225,[-1]]],-2,62,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[47,-1,60],61,62],[[[225,[-1]]],40,62],[[[225,[-1]]],8,62],[[[62,[],[[226,[-1]]]]],-1,227],[145,-1,[]],[224,-1,[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[52,60,47,-1],8,62],[[[228,[-1,-2]],60,47,-1],8,62,[[229,[-1]]]],[[[62,[],[[226,[-1]]]]],52,227],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[],[[228,[-1,-2]]],[],[]],0,0,[[47,-1,60],61,62],0,[[[62,[],[[226,[-1]]]]],-1,227],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[230,231],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[232,-1,233,[38,[13]]],8,[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,233],[[234,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[230,231],[-1,-2,[],[]],0,[-1,-1,[]],[[231,149],156],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[235,235],[236,236],[237,237],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],0,0,[[236,236],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[235,27],28],[[236,27],28],[[237,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[238,149],8],[[173,149],208],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[149,-1,168],173,170],[[239,175,-1,168],173,[170,171]],[[238,-1],4,[]],[173,240],0,[173,240],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[173,155],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[6,241],0,0,0,[[173,149],8],[[173,-1,172],[[9,[8,169]]],[170,171]],[[238,-1,172],[[9,[8,169]]],[170,171]],[[173,6],8],[[238,23,23,149],8],[173,6],0,0,[238,239],0,[173,152],0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[208,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[208,27],28],[-1,-1,[]],[242,208],[243,208],[-1,-1,[]],[[150,-1],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[151,149,152,23,23,155,153],150],0,[208,[[11,[243]]]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,231],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[141,[102]],168,237,236,4,4,4,4,4,4],244],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[60,[245,[23]],[245,[23]]],8],[[60,[245,[23]],30,[245,[23]]],8],[[60,206,73],8],[[60,206,73],8],[-1,-1,[]],[[60,102],8],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[246,60],0,[60,8],[[60,102],8],[[60,40,154,[38,[23]]],8],[[60,247],8],[[60,248,249],8],[[60,250,23,[38,[13]]],8],[[60,156],8],[[60,23,23,23,23],8],[[60,23],8],[[60,40,248],8],[[60,32,32,32,32,32,32],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[152,152],[[],251],[[],252],[[],252],[[],252],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[152,253],[[11,[152]]]],0,[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[251,23],[251,23],[252,73],[252,73],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[152,[[8,[23,23]]]],[[152,[11,[253]]],[[11,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[254,254],4],[[254,254,4,-1],8,[[93,[102,73,73]]]],[255,255],[251,251],[252,252],[254,254],[152,152],[167,167],[256,256],[155,155],[168,168],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[251,251],[252,252],[152,13],[[152,253],13],0,[[251,251],4],[[252,252],4],[251,4],[252,4],[[],255],[[],252],[[],254],[[],167],[[],155],[[],168],0,0,[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],254],[[],254],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[],251],[[],252],[[255,255],4],[[251,251],4],[[252,252],4],[[254,254],4],[[152,152],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[251,-1],8,[[220,[],[[36,[251]]]]]],[[252,-1],8,[[220,[],[[36,[252]]]]]],0,[[255,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[251,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[252,27],[[9,[8,257]]]],[[254,27],[[9,[8,257]]]],[[152,27],[[9,[8,257]]]],[-1,-1,[]],[258,251],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,[[11,[251]]]],[73,[[11,[252]]]],[23,251],[23,251],[73,252],[73,252],[23,251],[73,252],[-1,251,[[220,[],[[36,[251]]]]]],[-1,252,[[220,[],[[36,[252]]]]]],[102,[[11,[251]]]],[102,[[11,[252]]]],[[152,252],259],[152,4],[152,4],[152,4],[[255,-1],8,26],[[251,-1],8,26],[[252,-1],8,26],[[254,-1],8,26],[[152,-1],8,26],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],[[251,251],4],[[252,252],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[251],[252],[251,4],[252,4],[152,4],[152,4],[[152,152],4],[152,4],[251,4],[252,4],[155,4],[152,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[251,[[260,[251]]]],[252,[[260,[252]]]],[251,[[261,[251]]]],[252,[[261,[252]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[251,251],[252,252],0,0,0,[[251,251],8],[[252,252],8],[152,152],[152,252],[[152,[11,[253]]],[[11,[262]]]],0,[[251,251,4],8],[[252,252,4],8],[[251,251],251],[[252,252],252],[[251,251],8],[[252,252],8],[[251,251],251],[[252,252],252],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,251],8],[[252,252],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[251,251],251],[[252,252],252],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[254,254],254],[[254,254],254],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[263,263],[264,264],[265,265],[266,266],[267,267],[268,268],[269,269],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[[],263],[[],265],[[],269],[270,236],[271,236],[272,236],[273,236],[270,237],[271,237],[272,237],[273,237],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[266,27],28],0,0,0,[16,274],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[-1,4,[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[275,276],263],[263,264],[[277,277],265],[32,267],[[275,32],268],[[277,277],269],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[5,8],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],278],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[278,[[141,[102]]]],[[278,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],279],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[279,[[141,[102]]]],[[279,5],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[5,8],[5,8],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[280,280],[280,280],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[281,[[11,[[245,[233]]]]]],0,[280,8],[282,282],[283,283],[281,281],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[283,17],[281,17],0,[[],[[284,[-1]]],285],[[],280],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[282,27],28],[[283,27],28],[[281,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[198,17,47,40],[[11,[[55,[17]]]]]],[[198,17,47],[[11,[17]]]],[[198,17,47],4],[[[284,[-1]],17,47],4,285],[[280,17,47],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[17,14],281],0,0,0,0,[[283,-1],8,[[93,[281]]]],[[281,73],8],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[286,[-2,-1]]],-1,[],[[232,[-1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[287,[-1]],27],28,105],[-1,-1,[]],[-1,-1,[]],[[[286,[-2,-1]],29,-3,14,47],[[55,[283]]],[],[[232,[-1]]],198],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[286,[-2,-1]]],[[0,[[37,[],[[36,[283]]]]]]],[],[[232,[-1]]]],[[[234,[-1]]],[[286,[-2,-1]]],[],[[232,[-1]]]],[[-1,233],[[287,[-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[286,[-2,-1]],[55,[283]]],8,[],[[232,[-1]]]],[[[286,[-2,-1]],-2,183],8,[],[[232,[-1]]]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[288,180],0,[288,180],[288,7],[[288,[189,[7]]],[[189,[7]]]],[288,[[43,[7]]]],[[288,[189,[7]]],[[289,[7]]]],[[288,12],[[11,[29]]]],[288,4],[288,4],[-1,-2,[],[]],[288,182],0,[-1,-1,[]],[[288,7,[181,[7]]],7],[[[289,[7]],[289,[7]],[289,[7]],[289,[7]]],7],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[6,16,14,-1,-2],288,[[188,[[290,[7]]]]],[[188,[[185,[7]]]]]],0,[[288,291],8],[[288,182],8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[288,8],[[288,14],8],[288,183],[[288,186],[[11,[[39,[7]]]]]],[288,[[11,[[39,[7]]]]]],0,[[288,[289,[7]],186],[[289,[7]]]],[[288,[187,[7]],186,4],[[11,[[187,[7]]]]]],[[[289,[7]],186,7,7],[[289,[7]]]],[288,14],0,0,0,0,0,0,0,[[45,-1,-2],45,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2,-3],45,292,292,293],[[45,-1,-2],45,292,294],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,8],[[],45],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[293]]],[[9,[[2,[-1]],[2,[293]]]]],293],[-1,-2,[],[]],[293,[[11,[-1]]],293],[[[3,[293]]],[[9,[[3,[-1]],[3,[293]]]]],293],[293,[[11,[-1]]],293],[[292,292],4],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[45,292],[[11,[-1]]],293],[[45,292],[[11,[-1]]],293],[[292,-1],8,26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[293,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[45,[[0,[[37,[],[[36,[[8,[292,293]]]]]]]]]],[[[24,[-1]]],[[295,[-1]]],293],[[45,-1],45,292],[[293,5],8],[[296,5],8],[[[295,[-1]],5],8,293],[[45,5],8],[[45,5],8],[[45,-1,-3],45,292,293,[[113,[-2],[[92,[-2]]]]]],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[297,[-1]]],[[24,[-1]]],[]],[[[331,[-1]]],[[24,[-1]]],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[[[305,[-1]]],[[24,[-1]]],[]],[[[301,[-1]]],[[24,[-1]]],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[[[333,[-1]]],[[24,[-1]]],[]],[[[332,[-1]]],[[24,[-1]]],[]],[[[316,[-1]]],[[24,[-1]]],[]],[[[317,[-1]]],[[24,[-1]]],[]],[[[321,[-1]]],[[24,[-1]]],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[[[327,[-1]]],[[24,[-1]]],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[[[300,[-1]]],[[24,[-1]]],[]],[[[312,[-1]]],[[24,[-1]]],[]],[[[308,[-1]]],[[24,[-1]]],[]],[[[329,[-1]]],[[24,[-1]]],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[[[328,[-1]]],[[24,[-1]]],[]],[[[314,[-1]]],[[24,[-1]]],[]],[[[307,[-1]]],[[24,[-1]]],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[[[303,[-1]]],[[24,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[298,[-1]]],[[298,[-1]]],[82,336]],[[[335,[-1]]],[[335,[-1]]],[82,336]],[337,337],[[[297,[-1]]],[[297,[-1]]],82],[[[331,[-1]]],[[331,[-1]]],82],[[[322,[-1]]],[[322,[-1]]],82],[[[315,[-1]]],[[315,[-1]]],82],[[[305,[-1]]],[[305,[-1]]],82],[[[301,[-1]]],[[301,[-1]]],82],[[[320,[-1]]],[[320,[-1]]],82],[[[304,[-1]]],[[304,[-1]]],82],[[[319,[-1]]],[[319,[-1]]],82],[[[306,[-1]]],[[306,[-1]]],82],[[[330,[-1]]],[[330,[-1]]],82],[[[302,[-1]]],[[302,[-1]]],82],[[[318,[-1]]],[[318,[-1]]],82],[[[310,[-1]]],[[310,[-1]]],82],[[[333,[-1]]],[[333,[-1]]],82],[[[332,[-1]]],[[332,[-1]]],82],[[[316,[-1]]],[[316,[-1]]],82],[[[317,[-1]]],[[317,[-1]]],82],[[[321,[-1]]],[[321,[-1]]],82],[[[324,[-1]]],[[324,[-1]]],82],[[[313,[-1]]],[[313,[-1]]],82],[[[327,[-1]]],[[327,[-1]]],82],[[[325,[-1]]],[[325,[-1]]],82],[[[334,[-1]]],[[334,[-1]]],82],[[[300,[-1]]],[[300,[-1]]],82],[[[312,[-1]]],[[312,[-1]]],82],[[[308,[-1]]],[[308,[-1]]],82],[[[329,[-1]]],[[329,[-1]]],82],[[[323,[-1]]],[[323,[-1]]],82],[[[311,[-1]]],[[311,[-1]]],82],[[[328,[-1]]],[[328,[-1]]],82],[[[314,[-1]]],[[314,[-1]]],82],[[[307,[-1]]],[[307,[-1]]],82],[[[309,[-1]]],[[309,[-1]]],82],[[[326,[-1]]],[[326,[-1]]],82],[[[303,[-1]]],[[303,[-1]]],82],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[297,[-1]],[297,[-1]]],22,227],[[[331,[-1]],[331,[-1]]],22,227],[[[322,[-1]],[322,[-1]]],22,227],[[[315,[-1]],[315,[-1]]],22,227],[[[305,[-1]],[305,[-1]]],22,227],[[[301,[-1]],[301,[-1]]],22,227],[[[320,[-1]],[320,[-1]]],22,227],[[[304,[-1]],[304,[-1]]],22,227],[[[319,[-1]],[319,[-1]]],22,227],[[[306,[-1]],[306,[-1]]],22,227],[[[330,[-1]],[330,[-1]]],22,227],[[[302,[-1]],[302,[-1]]],22,227],[[[318,[-1]],[318,[-1]]],22,227],[[[310,[-1]],[310,[-1]]],22,227],[[[333,[-1]],[333,[-1]]],22,227],[[[332,[-1]],[332,[-1]]],22,227],[[[316,[-1]],[316,[-1]]],22,227],[[[317,[-1]],[317,[-1]]],22,227],[[[321,[-1]],[321,[-1]]],22,227],[[[324,[-1]],[324,[-1]]],22,227],[[[313,[-1]],[313,[-1]]],22,227],[[[327,[-1]],[327,[-1]]],22,227],[[[325,[-1]],[325,[-1]]],22,227],[[[334,[-1]],[334,[-1]]],22,227],[[[300,[-1]],[300,[-1]]],22,227],[[[312,[-1]],[312,[-1]]],22,227],[[[308,[-1]],[308,[-1]]],22,227],[[[329,[-1]],[329,[-1]]],22,227],[[[323,[-1]],[323,[-1]]],22,227],[[[311,[-1]],[311,[-1]]],22,227],[[[328,[-1]],[328,[-1]]],22,227],[[[314,[-1]],[314,[-1]]],22,227],[[[307,[-1]],[307,[-1]]],22,227],[[[309,[-1]],[309,[-1]]],22,227],[[[326,[-1]],[326,[-1]]],22,227],[[[303,[-1]],[303,[-1]]],22,227],0,0,[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[[298,[-1]],[298,[-1]]],4,[70,336]],[[[335,[-1]],[335,[-1]]],4,[70,336]],[[337,337],4],[[[297,[-1]],[297,[-1]]],4,70],[[[331,[-1]],[331,[-1]]],4,70],[[[322,[-1]],[322,[-1]]],4,70],[[[315,[-1]],[315,[-1]]],4,70],[[[305,[-1]],[305,[-1]]],4,70],[[[301,[-1]],[301,[-1]]],4,70],[[[320,[-1]],[320,[-1]]],4,70],[[[304,[-1]],[304,[-1]]],4,70],[[[319,[-1]],[319,[-1]]],4,70],[[[306,[-1]],[306,[-1]]],4,70],[[[330,[-1]],[330,[-1]]],4,70],[[[302,[-1]],[302,[-1]]],4,70],[[[318,[-1]],[318,[-1]]],4,70],[[[310,[-1]],[310,[-1]]],4,70],[[[333,[-1]],[333,[-1]]],4,70],[[[332,[-1]],[332,[-1]]],4,70],[[[316,[-1]],[316,[-1]]],4,70],[[[317,[-1]],[317,[-1]]],4,70],[[[321,[-1]],[321,[-1]]],4,70],[[[324,[-1]],[324,[-1]]],4,70],[[[313,[-1]],[313,[-1]]],4,70],[[[327,[-1]],[327,[-1]]],4,70],[[[325,[-1]],[325,[-1]]],4,70],[[[334,[-1]],[334,[-1]]],4,70],[[[300,[-1]],[300,[-1]]],4,70],[[[312,[-1]],[312,[-1]]],4,70],[[[308,[-1]],[308,[-1]]],4,70],[[[329,[-1]],[329,[-1]]],4,70],[[[323,[-1]],[323,[-1]]],4,70],[[[311,[-1]],[311,[-1]]],4,70],[[[328,[-1]],[328,[-1]]],4,70],[[[314,[-1]],[314,[-1]]],4,70],[[[307,[-1]],[307,[-1]]],4,70],[[[309,[-1]],[309,[-1]]],4,70],[[[326,[-1]],[326,[-1]]],4,70],[[[303,[-1]],[303,[-1]]],4,70],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[298,[-1]],27],[[9,[8,257]]],[105,336]],[[[335,[-1]],27],[[9,[8,257]]],[105,336]],[[337,27],[[9,[8,257]]]],[[[297,[-1]],27],[[9,[8,257]]],105],[[[331,[-1]],27],[[9,[8,257]]],105],[[[322,[-1]],27],[[9,[8,257]]],105],[[[315,[-1]],27],[[9,[8,257]]],105],[[[305,[-1]],27],[[9,[8,257]]],105],[[[301,[-1]],27],[[9,[8,257]]],105],[[[320,[-1]],27],[[9,[8,257]]],105],[[[304,[-1]],27],[[9,[8,257]]],105],[[[319,[-1]],27],[[9,[8,257]]],105],[[[306,[-1]],27],[[9,[8,257]]],105],[[[330,[-1]],27],[[9,[8,257]]],105],[[[302,[-1]],27],[[9,[8,257]]],105],[[[318,[-1]],27],[[9,[8,257]]],105],[[[310,[-1]],27],[[9,[8,257]]],105],[[[333,[-1]],27],[[9,[8,257]]],105],[[[332,[-1]],27],[[9,[8,257]]],105],[[[316,[-1]],27],[[9,[8,257]]],105],[[[317,[-1]],27],[[9,[8,257]]],105],[[[321,[-1]],27],[[9,[8,257]]],105],[[[324,[-1]],27],[[9,[8,257]]],105],[[[313,[-1]],27],[[9,[8,257]]],105],[[[327,[-1]],27],[[9,[8,257]]],105],[[[325,[-1]],27],[[9,[8,257]]],105],[[[334,[-1]],27],[[9,[8,257]]],105],[[[300,[-1]],27],[[9,[8,257]]],105],[[[312,[-1]],27],[[9,[8,257]]],105],[[[308,[-1]],27],[[9,[8,257]]],105],[[[329,[-1]],27],[[9,[8,257]]],105],[[[323,[-1]],27],[[9,[8,257]]],105],[[[311,[-1]],27],[[9,[8,257]]],105],[[[328,[-1]],27],[[9,[8,257]]],105],[[[314,[-1]],27],[[9,[8,257]]],105],[[[307,[-1]],27],[[9,[8,257]]],105],[[[309,[-1]],27],[[9,[8,257]]],105],[[[326,[-1]],27],[[9,[8,257]]],105],[[[303,[-1]],27],[[9,[8,257]]],105],[[[24,[-1]]],[[298,[[320,[-1]]]]],299],[[[24,[-1]]],[[298,[[314,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[298,[[325,[-1]]]]],299],[[[24,[-1]]],[[298,[[327,[-1]]]]],299],[[[24,[-1]]],[[298,[[305,[-1]]]]],299],[[[24,[-1]]],[[298,[[333,[-1]]]]],299],[[[24,[-1]]],[[298,[[326,[-1]]]]],299],[[[24,[-1]]],[[298,[[319,[-1]]]]],299],[[[24,[-1]]],[[298,[[331,[-1]]]]],299],[[[24,[-1]]],[[298,[[315,[-1]]]]],299],[[[24,[-1]]],[[298,[[306,[-1]]]]],299],[[[24,[-1]]],[[298,[[321,[-1]]]]],299],[[[24,[-1]]],[[298,[[322,[-1]]]]],299],[[[24,[-1]]],[[298,[[330,[-1]]]]],299],[[[24,[-1]]],[[298,[[316,[-1]]]]],299],[[[24,[-1]]],[[298,[[297,[-1]]]]],299],[[[24,[-1]]],[[298,[[329,[-1]]]]],299],[[[24,[-1]]],[[298,[[323,[-1]]]]],299],[[[24,[-1]]],[[298,[[328,[-1]]]]],299],[[[24,[-1]]],[[298,[[313,[-1]]]]],299],[[[24,[-1]]],[[298,[[310,[-1]]]]],299],[[[24,[-1]]],[[298,[[334,[-1]]]]],299],[[[24,[-1]]],[[298,[[332,[-1]]]]],299],[[[24,[-1]]],[[298,[[307,[-1]]]]],299],[[[24,[-1]]],[[298,[[302,[-1]]]]],299],[[[24,[-1]]],[[298,[[309,[-1]]]]],299],[[[24,[-1]]],[[298,[[303,[-1]]]]],299],[[[24,[-1]]],[[298,[[300,[-1]]]]],299],[[[24,[-1]]],[[298,[[317,[-1]]]]],299],[[[24,[-1]]],[[298,[[301,[-1]]]]],299],[[[24,[-1]]],[[298,[[312,[-1]]]]],299],[[[24,[-1]]],[[298,[[308,[-1]]]]],299],[[[24,[-1]]],[[298,[[311,[-1]]]]],299],[338,[[298,[[297,[32]]]]]],[[[24,[-1]]],[[298,[[324,[-1]]]]],299],[[[24,[-1]]],[[298,[[318,[-1]]]]],299],[338,[[298,[[297,[7]]]]]],[[[24,[-1]]],[[298,[[304,[-1]]]]],299],[338,[[298,[297]]]],[[[24,[-1]]],[[335,[[318,[-1]]]]],299],[[[24,[-1]]],[[335,[[303,[-1]]]]],299],[[[24,[-1]]],[[335,[[330,[-1]]]]],299],[[[24,[-1]]],[[335,[[334,[-1]]]]],299],[[[24,[-1]]],[[335,[[317,[-1]]]]],299],[[[24,[-1]]],[[335,[[306,[-1]]]]],299],[[[24,[-1]]],[[335,[[312,[-1]]]]],299],[[[24,[-1]]],[[335,[[302,[-1]]]]],299],[[[24,[-1]]],[[335,[[319,[-1]]]]],299],[[[24,[-1]]],[[335,[[327,[-1]]]]],299],[[[24,[-1]]],[[335,[[301,[-1]]]]],299],[[[24,[-1]]],[[335,[[326,[-1]]]]],299],[[[24,[-1]]],[[335,[[314,[-1]]]]],299],[[[24,[-1]]],[[335,[[310,[-1]]]]],299],[[[24,[-1]]],[[335,[[300,[-1]]]]],299],[[[24,[-1]]],[[335,[[316,[-1]]]]],299],[[[24,[-1]]],[[335,[[305,[-1]]]]],299],[[[24,[-1]]],[[335,[[323,[-1]]]]],299],[[[24,[-1]]],[[335,[[320,[-1]]]]],299],[[[24,[-1]]],[[335,[[325,[-1]]]]],299],[[[24,[-1]]],[[335,[[308,[-1]]]]],299],[[[24,[-1]]],[[335,[[331,[-1]]]]],299],[[[24,[-1]]],[[335,[[332,[-1]]]]],299],[[[24,[-1]]],[[335,[[311,[-1]]]]],299],[-1,-1,[]],[[[24,[-1]]],[[335,[[329,[-1]]]]],299],[[[24,[-1]]],[[335,[[324,[-1]]]]],299],[[[24,[-1]]],[[335,[[322,[-1]]]]],299],[[[24,[-1]]],[[335,[[304,[-1]]]]],299],[[[24,[-1]]],[[335,[[321,[-1]]]]],299],[[[24,[-1]]],[[335,[[333,[-1]]]]],299],[[[24,[-1]]],[[335,[[297,[-1]]]]],299],[[[24,[-1]]],[[335,[[328,[-1]]]]],299],[[[24,[-1]]],[[335,[[307,[-1]]]]],299],[[[24,[-1]]],[[335,[[313,[-1]]]]],299],[[[24,[-1]]],[[335,[[315,[-1]]]]],299],[[[24,[-1]]],[[335,[[309,[-1]]]]],299],[-1,-1,[]],[338,[[297,[7]]]],[[[24,[-1]]],[[297,[-1]]],[]],[[[298,[[297,[-1]]]]],[[297,[-1]]],299],[[[335,[[297,[-1]]]]],[[297,[-1]]],299],[-1,-1,[]],[338,[[297,[32]]]],[338,297],[[[335,[[331,[-1]]]]],[[331,[-1]]],299],[-1,-1,[]],[[[298,[[331,[-1]]]]],[[331,[-1]]],299],[[[24,[-1]]],[[331,[-1]]],[]],[-1,-1,[]],[[[335,[[322,[-1]]]]],[[322,[-1]]],299],[[[298,[[322,[-1]]]]],[[322,[-1]]],299],[[[24,[-1]]],[[322,[-1]]],[]],[[[24,[-1]]],[[315,[-1]]],[]],[[[335,[[315,[-1]]]]],[[315,[-1]]],299],[[[298,[[315,[-1]]]]],[[315,[-1]]],299],[-1,-1,[]],[[[335,[[305,[-1]]]]],[[305,[-1]]],299],[[[298,[[305,[-1]]]]],[[305,[-1]]],299],[[[24,[-1]]],[[305,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[301,[-1]]],[]],[[[298,[[301,[-1]]]]],[[301,[-1]]],299],[[[335,[[301,[-1]]]]],[[301,[-1]]],299],[-1,-1,[]],[-1,-1,[]],[[[24,[-1]]],[[320,[-1]]],[]],[[[335,[[320,[-1]]]]],[[320,[-1]]],299],[[[298,[[320,[-1]]]]],[[320,[-1]]],299],[-1,-1,[]],[[[298,[[304,[-1]]]]],[[304,[-1]]],299],[[[335,[[304,[-1]]]]],[[304,[-1]]],299],[[[24,[-1]]],[[304,[-1]]],[]],[[[298,[[319,[-1]]]]],[[319,[-1]]],299],[[[24,[-1]]],[[319,[-1]]],[]],[[[335,[[319,[-1]]]]],[[319,[-1]]],299],[-1,-1,[]],[[[298,[[306,[-1]]]]],[[306,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[306,[-1]]],[]],[[[335,[[306,[-1]]]]],[[306,[-1]]],299],[[[24,[-1]]],[[330,[-1]]],[]],[[[335,[[330,[-1]]]]],[[330,[-1]]],299],[[[298,[[330,[-1]]]]],[[330,[-1]]],299],[-1,-1,[]],[[[298,[[302,[-1]]]]],[[302,[-1]]],299],[-1,-1,[]],[[[335,[[302,[-1]]]]],[[302,[-1]]],299],[[[24,[-1]]],[[302,[-1]]],[]],[[[298,[[318,[-1]]]]],[[318,[-1]]],299],[[[24,[-1]]],[[318,[-1]]],[]],[-1,-1,[]],[[[335,[[318,[-1]]]]],[[318,[-1]]],299],[[[335,[[310,[-1]]]]],[[310,[-1]]],299],[[[298,[[310,[-1]]]]],[[310,[-1]]],299],[[[24,[-1]]],[[310,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[333,[-1]]],[]],[[[298,[[333,[-1]]]]],[[333,[-1]]],299],[[[335,[[333,[-1]]]]],[[333,[-1]]],299],[-1,-1,[]],[[[335,[[332,[-1]]]]],[[332,[-1]]],299],[-1,-1,[]],[[[298,[[332,[-1]]]]],[[332,[-1]]],299],[[[24,[-1]]],[[332,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[316,[-1]]],[]],[[[298,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[316,[-1]]]]],[[316,[-1]]],299],[[[335,[[317,[-1]]]]],[[317,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[317,[-1]]],[]],[[[298,[[317,[-1]]]]],[[317,[-1]]],299],[[[335,[[321,[-1]]]]],[[321,[-1]]],299],[[[298,[[321,[-1]]]]],[[321,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[321,[-1]]],[]],[[[298,[[324,[-1]]]]],[[324,[-1]]],299],[[[335,[[324,[-1]]]]],[[324,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[324,[-1]]],[]],[[[335,[[313,[-1]]]]],[[313,[-1]]],299],[[[298,[[313,[-1]]]]],[[313,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[313,[-1]]],[]],[-1,-1,[]],[[[298,[[327,[-1]]]]],[[327,[-1]]],299],[[[24,[-1]]],[[327,[-1]]],[]],[[[335,[[327,[-1]]]]],[[327,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[325,[-1]]],[]],[[[298,[[325,[-1]]]]],[[325,[-1]]],299],[[[335,[[325,[-1]]]]],[[325,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[334,[-1]]],[]],[[[298,[[334,[-1]]]]],[[334,[-1]]],299],[[[335,[[334,[-1]]]]],[[334,[-1]]],299],[[[298,[[300,[-1]]]]],[[300,[-1]]],299],[-1,-1,[]],[[[335,[[300,[-1]]]]],[[300,[-1]]],299],[[[24,[-1]]],[[300,[-1]]],[]],[-1,-1,[]],[[[335,[[312,[-1]]]]],[[312,[-1]]],299],[[[298,[[312,[-1]]]]],[[312,[-1]]],299],[[[24,[-1]]],[[312,[-1]]],[]],[[[335,[[308,[-1]]]]],[[308,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[308,[-1]]],[]],[[[298,[[308,[-1]]]]],[[308,[-1]]],299],[[[335,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[329,[-1]]],[]],[[[298,[[329,[-1]]]]],[[329,[-1]]],299],[-1,-1,[]],[[[335,[[323,[-1]]]]],[[323,[-1]]],299],[[[24,[-1]]],[[323,[-1]]],[]],[[[298,[[323,[-1]]]]],[[323,[-1]]],299],[-1,-1,[]],[[[298,[[311,[-1]]]]],[[311,[-1]]],299],[[[24,[-1]]],[[311,[-1]]],[]],[[[335,[[311,[-1]]]]],[[311,[-1]]],299],[[[298,[[328,[-1]]]]],[[328,[-1]]],299],[[[335,[[328,[-1]]]]],[[328,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[328,[-1]]],[]],[-1,-1,[]],[[[24,[-1]]],[[314,[-1]]],[]],[[[335,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[314,[-1]]]]],[[314,[-1]]],299],[[[298,[[307,[-1]]]]],[[307,[-1]]],299],[[[24,[-1]]],[[307,[-1]]],[]],[-1,-1,[]],[[[335,[[307,[-1]]]]],[[307,[-1]]],299],[[[298,[[309,[-1]]]]],[[309,[-1]]],299],[[[24,[-1]]],[[309,[-1]]],[]],[[[335,[[309,[-1]]]]],[[309,[-1]]],299],[-1,-1,[]],[[[335,[[326,[-1]]]]],[[326,[-1]]],299],[-1,-1,[]],[[[24,[-1]]],[[326,[-1]]],[]],[[[298,[[326,[-1]]]]],[[326,[-1]]],299],[[[298,[[303,[-1]]]]],[[303,[-1]]],299],[[[335,[[303,[-1]]]]],[[303,[-1]]],299],[[[24,[-1]]],[[303,[-1]]],[]],[-1,-1,[]],[-1,[[340,[],[[339,[-1]]]]],188],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1]],-2],8,[341,336],26],[[[335,[-1]],-2],8,[341,336],26],[[337,-1],8,26],[[[297,[-1]],-2],8,341,26],[[[331,[-1]],-2],8,341,26],[[[322,[-1]],-2],8,341,26],[[[315,[-1]],-2],8,341,26],[[[305,[-1]],-2],8,341,26],[[[301,[-1]],-2],8,341,26],[[[320,[-1]],-2],8,341,26],[[[304,[-1]],-2],8,341,26],[[[319,[-1]],-2],8,341,26],[[[306,[-1]],-2],8,341,26],[[[330,[-1]],-2],8,341,26],[[[302,[-1]],-2],8,341,26],[[[318,[-1]],-2],8,341,26],[[[310,[-1]],-2],8,341,26],[[[333,[-1]],-2],8,341,26],[[[332,[-1]],-2],8,341,26],[[[316,[-1]],-2],8,341,26],[[[317,[-1]],-2],8,341,26],[[[321,[-1]],-2],8,341,26],[[[324,[-1]],-2],8,341,26],[[[313,[-1]],-2],8,341,26],[[[327,[-1]],-2],8,341,26],[[[325,[-1]],-2],8,341,26],[[[334,[-1]],-2],8,341,26],[[[300,[-1]],-2],8,341,26],[[[312,[-1]],-2],8,341,26],[[[308,[-1]],-2],8,341,26],[[[329,[-1]],-2],8,341,26],[[[323,[-1]],-2],8,341,26],[[[311,[-1]],-2],8,341,26],[[[328,[-1]],-2],8,341,26],[[[314,[-1]],-2],8,341,26],[[[307,[-1]],-2],8,341,26],[[[309,[-1]],-2],8,341,26],[[[326,[-1]],-2],8,341,26],[[[303,[-1]],-2],8,341,26],0,0,[[[298,[[318,[-1]]]]],[[24,[-1]]],299],[[[298,[[321,[-1]]]]],[[24,[-1]]],299],[[[298,[[312,[-1]]]]],[[24,[-1]]],299],[[[298,[[303,[-1]]]]],[[24,[-1]]],299],[[[298,[[333,[-1]]]]],[[24,[-1]]],299],[[[298,[[301,[-1]]]]],[[24,[-1]]],299],[[[298,[[315,[-1]]]]],[[24,[-1]]],299],[[[298,[[306,[-1]]]]],[[24,[-1]]],299],[[[298,[[328,[-1]]]]],[[24,[-1]]],299],[[[298,[[325,[-1]]]]],[[24,[-1]]],299],[[[298,[[322,[-1]]]]],[[24,[-1]]],299],[[[298,[[332,[-1]]]]],[[24,[-1]]],299],[[[298,[[324,[-1]]]]],[[24,[-1]]],299],[[[298,[[297,[-1]]]]],[[24,[-1]]],299],[[[298,[[310,[-1]]]]],[[24,[-1]]],299],[[[298,[[317,[-1]]]]],[[24,[-1]]],299],[[[298,[[311,[-1]]]]],[[24,[-1]]],299],[[[298,[[313,[-1]]]]],[[24,[-1]]],299],[[[298,[[329,[-1]]]]],[[24,[-1]]],299],[[[298,[[316,[-1]]]]],[[24,[-1]]],299],[[[298,[[331,[-1]]]]],[[24,[-1]]],299],[[[298,[[300,[-1]]]]],[[24,[-1]]],299],[[[298,[[308,[-1]]]]],[[24,[-1]]],299],[[[298,[[323,[-1]]]]],[[24,[-1]]],299],[[[298,[[327,[-1]]]]],[[24,[-1]]],299],[[[298,[[326,[-1]]]]],[[24,[-1]]],299],[[[298,[[304,[-1]]]]],[[24,[-1]]],299],[[[298,[[319,[-1]]]]],[[24,[-1]]],299],[[[298,[[309,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[[[298,[[305,[-1]]]]],[[24,[-1]]],299],[[[298,[[330,[-1]]]]],[[24,[-1]]],299],[[[298,[[320,[-1]]]]],[[24,[-1]]],299],[[[298,[[307,[-1]]]]],[[24,[-1]]],299],[[[298,[[302,[-1]]]]],[[24,[-1]]],299],[[[298,[[314,[-1]]]]],[[24,[-1]]],299],[[[298,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[326,[-1]]]]],[[24,[-1]]],299],[[[335,[[303,[-1]]]]],[[24,[-1]]],299],[[[335,[[314,[-1]]]]],[[24,[-1]]],299],[[[335,[[307,[-1]]]]],[[24,[-1]]],299],[[[335,[[322,[-1]]]]],[[24,[-1]]],299],[[[335,[[302,[-1]]]]],[[24,[-1]]],299],[[[335,[[329,[-1]]]]],[[24,[-1]]],299],[[[335,[[331,[-1]]]]],[[24,[-1]]],299],[[[335,[[317,[-1]]]]],[[24,[-1]]],299],[[[335,[[316,[-1]]]]],[[24,[-1]]],299],[[[335,[[300,[-1]]]]],[[24,[-1]]],299],[[[335,[[334,[-1]]]]],[[24,[-1]]],299],[[[335,[[320,[-1]]]]],[[24,[-1]]],299],[[[335,[[333,[-1]]]]],[[24,[-1]]],299],[[[335,[[306,[-1]]]]],[[24,[-1]]],299],[[[335,[[315,[-1]]]]],[[24,[-1]]],299],[[[335,[[327,[-1]]]]],[[24,[-1]]],299],[[[335,[[312,[-1]]]]],[[24,[-1]]],299],[[[335,[[309,[-1]]]]],[[24,[-1]]],299],[[[335,[[308,[-1]]]]],[[24,[-1]]],299],[[[335,[[324,[-1]]]]],[[24,[-1]]],299],[[[335,[[325,[-1]]]]],[[24,[-1]]],299],[[[335,[[297,[-1]]]]],[[24,[-1]]],299],[[[335,[[304,[-1]]]]],[[24,[-1]]],299],[[[335,[[319,[-1]]]]],[[24,[-1]]],299],[[[335,[[313,[-1]]]]],[[24,[-1]]],299],[[[335,[[321,[-1]]]]],[[24,[-1]]],299],[[[335,[[328,[-1]]]]],[[24,[-1]]],299],[[[335,[[305,[-1]]]]],[[24,[-1]]],299],[[[335,[[330,[-1]]]]],[[24,[-1]]],299],[[[335,[[318,[-1]]]]],[[24,[-1]]],299],[[[335,[[310,[-1]]]]],[[24,[-1]]],299],[[[335,[[332,[-1]]]]],[[24,[-1]]],299],[[[335,[[323,[-1]]]]],[[24,[-1]]],299],[[[335,[[311,[-1]]]]],[[24,[-1]]],299],[[[335,[[301,[-1]]]]],[[24,[-1]]],299],[-1,-2,[],[]],[-1,-2,[],[]],[[[297,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[331,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[322,[-1]]],[[24,[-1]]],[]],[[[315,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[305,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[301,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[320,[-1]]],[[24,[-1]]],[]],[[[304,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[319,[-1]]],[[24,[-1]]],[]],[[[306,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[330,[-1]]],[[24,[-1]]],[]],[[[302,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],[[24,[-1]]],[]],[[[310,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[333,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[332,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[316,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[317,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[321,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[324,[-1]]],[[24,[-1]]],[]],[[[313,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[327,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[325,[-1]]],[[24,[-1]]],[]],[[[334,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[300,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[312,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[308,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[329,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[323,[-1]]],[[24,[-1]]],[]],[[[311,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[328,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[314,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[307,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],[[24,[-1]]],[]],[[[326,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[303,[-1]]],[[24,[-1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[340,[],[[339,[-1]]]]],-1,188],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,0,0,0,[337,40],[[[297,[-1]],[297,[-1]]],[[11,[22]]],101],[[[331,[-1]],[331,[-1]]],[[11,[22]]],101],[[[322,[-1]],[322,[-1]]],[[11,[22]]],101],[[[315,[-1]],[315,[-1]]],[[11,[22]]],101],[[[305,[-1]],[305,[-1]]],[[11,[22]]],101],[[[301,[-1]],[301,[-1]]],[[11,[22]]],101],[[[320,[-1]],[320,[-1]]],[[11,[22]]],101],[[[304,[-1]],[304,[-1]]],[[11,[22]]],101],[[[319,[-1]],[319,[-1]]],[[11,[22]]],101],[[[306,[-1]],[306,[-1]]],[[11,[22]]],101],[[[330,[-1]],[330,[-1]]],[[11,[22]]],101],[[[302,[-1]],[302,[-1]]],[[11,[22]]],101],[[[318,[-1]],[318,[-1]]],[[11,[22]]],101],[[[310,[-1]],[310,[-1]]],[[11,[22]]],101],[[[333,[-1]],[333,[-1]]],[[11,[22]]],101],[[[332,[-1]],[332,[-1]]],[[11,[22]]],101],[[[316,[-1]],[316,[-1]]],[[11,[22]]],101],[[[317,[-1]],[317,[-1]]],[[11,[22]]],101],[[[321,[-1]],[321,[-1]]],[[11,[22]]],101],[[[324,[-1]],[324,[-1]]],[[11,[22]]],101],[[[313,[-1]],[313,[-1]]],[[11,[22]]],101],[[[327,[-1]],[327,[-1]]],[[11,[22]]],101],[[[325,[-1]],[325,[-1]]],[[11,[22]]],101],[[[334,[-1]],[334,[-1]]],[[11,[22]]],101],[[[300,[-1]],[300,[-1]]],[[11,[22]]],101],[[[312,[-1]],[312,[-1]]],[[11,[22]]],101],[[[308,[-1]],[308,[-1]]],[[11,[22]]],101],[[[329,[-1]],[329,[-1]]],[[11,[22]]],101],[[[323,[-1]],[323,[-1]]],[[11,[22]]],101],[[[311,[-1]],[311,[-1]]],[[11,[22]]],101],[[[328,[-1]],[328,[-1]]],[[11,[22]]],101],[[[314,[-1]],[314,[-1]]],[[11,[22]]],101],[[[307,[-1]],[307,[-1]]],[[11,[22]]],101],[[[309,[-1]],[309,[-1]]],[[11,[22]]],101],[[[326,[-1]],[326,[-1]]],[[11,[22]]],101],[[[303,[-1]],[303,[-1]]],[[11,[22]]],101],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[342,342],[343,343],[344,344],[345,345],[346,346],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],346],[-1,[[9,[342]]],25],[-1,[[9,[343]]],25],[-1,[[9,[344]]],25],[-1,[[9,[345]]],25],[-1,[[9,[346]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[342,27],28],[[343,27],28],[[344,27],28],[[345,27],28],[[346,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[345,[[11,[[298,[[297,[32]]]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[[342,-1],9,41],[[343,-1],9,41],[[344,-1],9,41],[[345,-1],9,41],[[346,-1],9,41],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[347,347],[348,348],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],348],[-1,[[9,[347]]],25],[-1,[[9,[348]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[[347,27],28],[[348,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,0,0,0,[[347,-1],9,41],[[348,-1],9,41],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,35],[349,349],[350,350],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[],35],[-1,[[9,[35]]],25],[-1,[[9,[349]]],25],[-1,[[9,[350]]],25],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,27],28],[[349,27],28],[[350,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,[[35,-1],9,41],[[349,-1],9,41],[[350,-1],9,41],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[126,126],[[-1,-2],8,[],[]],[[],126],[-1,[[9,[126]]],25],[-1,-2,[],[]],[[126,27],28],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,0,0,[[126,-1],9,41],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[351,-1,351],[352,-1,351],[353,351],[353,352],[[],353],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],354],[[[2,[355]]],[[9,[[2,[-1]],[2,[355]]]]],355],[-1,-2,[],[]],[355,[[11,[-1]]],355],[[[3,[355]]],[[9,[[3,[-1]],[3,[355]]]]],355],[355,[[11,[-1]]],355],[354,4],[-1,-1,[]],[354,[[11,[-1]]],355],[354,[[11,[-1]]],355],[354,-1,[355,356]],0,0,[354,8],[[354,-1],8,355],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[355,4],[[-1,-2],4,[],[]],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],[354,11],[[354,-1],[[11,[-2]]],[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[294,357],[357,357],[[-1,-2],4,[],[]],[358,[[141,[102]]]],[-1,357,358],[[358,5],8],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[360,[],[[359,[-1]]]]],-1,358],[[-1,-2],4,[],[]],[[[361,[-1]]],[[141,[102]]],[[93,[5]]]],[[[361,[-1]],5],8,[[93,[5]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,[[362,-1],362,294],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],362],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[362,5],8],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[362,-1],362,294],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[162,8],[363,363],[[-1,-2],8,[],[]],[364,-1,364],[365,-1,364],0,0,[366,364],[366,365],[[],162],[[],366],[[[2,[367]]],[[9,[[2,[-1]],[2,[367]]]]],367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[367,[[11,[-1]]],367],[[[3,[367]]],[[9,[[3,[-1]],[3,[367]]]]],367],[367,[[11,[-1]]],367],[[162,17],4],[[363,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[368,-1],368,367],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[367,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],11],[[162,363,-1],[[11,[-2]]],[],[]],[[162,17],[[11,[368]]]],0,0,0,0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],47],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[369,8],[369,8],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[370,[-1,-2]]],[[370,[-1,-2]]],82,82],[[-1,-2],8,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[370,[-1,-2]]],[],[]],[-1,-1,[]],[-1,-1,[]],[[[371,[-1,-2]]],[[370,[-1,-2]]],372,372],[[-2,-4,23],[[370,[-1,-3]]],[],[[220,[],[[36,[-1]]]]],[],[[220,[],[[36,[-3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[373,374],265],[[373,375],265],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[376,[-1]]],[377,[379,[378]],380]],[-1,-2,[],[]],[[[376,[-1]],4],8,[377,[379,[378]],380]],[[[376,[-1]],73],[[381,[8]]],[377,[379,[378]],380]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],0,[[-1,-2],4,[],[]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],0,0,[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]],4,40],[[381,[8]]],[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]]],8,[377,[379,[378]],380]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[376,[-1]]],8,[377,[379,[378]],380]],[[[376,[-1]],7,7,40],[[381,[8]]],[377,[379,[378]],380]],0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[382,102],[383,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[383,8],[384,8],[385,8],[383,383],[384,384],[385,385],[382,382],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[382,382],22],[[-1,-2],22,[],[]],[[],383],[[],384],[[],385],[[],382],[383,7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[383,40],[384,40],[385,40],[[383,383],4],[[384,384],4],[[385,385],4],[[382,382],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[385,23],0,0,[383,32],0,[[383,27],[[9,[8,257]]]],[[384,27],[[9,[8,257]]]],[[385,27],[[9,[8,257]]]],[[382,27],[[9,[8,257]]]],[386,383],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,[[11,[382]]]],[102,[[11,[382]]]],0,[[382,-1],8,26],[384,73],0,[383,387],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[30,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,0,[[382,382],[[11,[22]]]],[[385,-1],[[9,[8,103]]],388],[[384,-1],[[9,[8,103]]],389],[[384,382],8],[383,387],0,[383,102],0,0,[-1,[[9,[390,103]]],[]],[[-1,23,7,7,7,7],[[9,[384,103]]],[]],[-1,[[9,[384,103]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[384,382],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[383,73],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[391,[-1]]],356],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],-2,[],[]],[[[391,[-1]]],4,[82,392]],[-1,-2,[],[]],0,0,[-1,-1,[]],0,0,[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,0,[[[392,[],[[393,[-1]]]],-2,-1],4,[],394],[-1,[[391,[-1]]],[]],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[[[391,[-1]]],8,[82,392]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],395],[-1,-2,[],[]],0,[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[],395],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[395,8],[[],396],[[396,13],[[55,[[8,[13,23,23]]]]]],0,0,[15,1],[397,15],[[15,15],4],[[397,26],8],0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-3,[[11,[[8,[[24,[-1]],[24,[-1]]]]]]],[101,299],[[188,[[24,[-1]]]]],[[37,[],[[36,[-2]]]]]],[398,398],[[-1,-2],8,[],[]],[[398,398],22],[[-1,-2],22,[],[]],0,[[30,30],30],[[30,30],30],[[30,30],30],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[398,398],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[399,[-1]],27],28,400],[[[39,[-1]],27],28,401],[[[402,[-1]],27],28,401],[[398,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[31,[-1]],[289,[-1]]],[[399,[-1]]],400],[[[31,[-1]],[31,[-1]],[31,[-1]]],[[11,[[399,[-1]]]]],400],[[[399,[-1]],[289,[-1]],[289,[-1]]],[[11,[-1]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[[[399,[-1]],[402,[-1]]],[[55,[[289,[-1]]]]],400],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-1],-1,[101,299]],0,0,[[-1,-1],-1,[101,299]],0,0,0,[[[289,[-1]],-1],[[399,[-1]]],400],[[[181,[-1]],[181,[-1]]],[[39,[-1]]],401],[[[31,[-1]],[31,[-1]]],[[402,[-1]]],401],[[398,398],[[11,[22]]]],[[[39,[-1]]],[[24,[[181,[-1]]]]],401],[[[402,[-1]]],[[24,[[31,[-1]]]]],401],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[403,[-1]],45,[3,[[46,[-2]]]],47,48],8,404,49],[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],0,[405,17],[406,17],[408,17],[409,17],0,0,0,[[],[[403,[-1]]],404],[[],410],[[],411],[412,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[410,17,47],4],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],0,0,[[],87],[[],87],[[],87],[[],87],0,0,0,0,0,0,0,0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],0,0,0,0,0,0,0,[406,416],[408,417],[409,109],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[418,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[418,[-1,-2]]],49,[]],0,[[[418,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[415,27],28],[[415,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[[414,[-1,-2]],17,[55,[[95,[7]]]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,102],[[9,[8,415]]],404,80],[[[414,[-1,-2]],17,[370,[265,407]],[55,[23]],385],[[9,[8,415]]],404,80],0,[-1,[[414,[-2,-1]]],80,404],0,[[[38,[13]],413,[414,[-1,-2]]],[[9,[8,415]]],404,80],[[[414,[-1,-2]]],-2,404,80],[[[414,[-1,-2]],17],[[9,[8,415]]],404,80],[-1,42,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[47,-1,60],61,62],[[47,145,60],61],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[77,-1,-2],146,[80,82,81],64],[-1,-1,[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],0,[[[419,[-1,-2]]],[[141,[102]]],49,404],[[[3,[[46,[-1]]]]],[[419,[-1,-2]]],49,[]],0,[[[419,[-1,-2]],5],8,49,404],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[233,233,233],[[8,[233,233]]]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,17,346,[370,[-3,-4]],-5,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[421,[[11,[422]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[420,[-2,-1,-3,-4,-5,-6]]],8,[],[[232,[-1]]],372,372,372,372],[421,8],[423,423],[422,422],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[],421],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[[421,423,233],[[245,[233]]]],[[[420,[-1,-2,-3,-4,-5,-6]],27],28,105,105,105,105,105,105],[[423,27],28],[[[424,[-1]],27],28,105],[[422,27],28],[[425,27],28],[[421,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[149,[[420,[161,206,-1,-2,-3,-4]]],372,372,372,372],[421,[[11,[422]]]],[[421,17],[[11,[[426,[422]]]]]],[[[420,[-2,-1,-3,-4,-5,-6]],17],[[11,[[427,[102]]]]],[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],17,47],4,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]]],421,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[422,[[245,[23]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[421,[[0,[[37,[],[[36,[[0,[[37,[],[[36,[422]]]]]]]]]]]]]],0,[422,[[245,[233]]]],0,0,[[421,233,423,233],[[245,[233]]]],[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],[[[234,[-1]],[234,[-1]],[234,[-1]],[234,[-1]]],[[420,[-2,-1,-3,-4,-5,-6]]],[],[[232,[-1]]],372,372,372,372],[[-1,233,423],[[424,[-1]]],[]],[[],421],0,0,0,0,0,[421,[[11,[422]]]],[[421,422],8],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,[38,[-6]]],8,[],[[232,[-1]]],372,372,372,372],[[[420,[-2,-1,-3,-4,-5,-6]],-2,422,-5],8,[],[[232,[-1]]],372,372,372,372],0,[[[420,[-2,-1,-3,-4,-5,-6]]],-1,[],[[232,[-1]]],372,372,372,372],0,[422,[[245,[233]]]],[5,8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[17,405],[[17,42],406],[[17,[370,[265,407]],[55,[23]],385],408],[[17,109],409],[17,428],[[17,42],429],[[17,109],430],[[17,[370,[265,407]],[55,[23]],385],431],[432,432],[431,431],[433,433],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[405,17],[406,17],[408,17],[409,17],[428,17],[429,17],[430,17],[431,17],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,26],8,[]],[[432,432],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[[428,27],28],[[429,27],28],[[430,27],28],[[432,27],28],[[431,27],28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[432,-1],8,26],0,[-1,-2,[],[]],[428,83],[-1,-2,[],[]],[429,83],[-1,-2,[],[]],[430,83],[-1,-2,[],[]],[-1,-2,[],[]],[431,83],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[408,4],[431,4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],0,[406,102],[429,102],0,[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[[],87],[406,416],[408,417],[429,416],[431,417],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[409,109],[430,109],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[5,8],[[434,149,161,162,126,29],8],0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,1,[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[291,291],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[436,[],[[435,[-1]]]]],-1,170],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,15],4,[]],[[-1,15],4,[]],[[-1,26],8,[]],[[-1,26],8,[]],[[6,6],4],[[291,291],4],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[6,27],28],[[291,27],28],[-1,-1,[]],[-1,-1,[]],[[6,-1],8,26],[[291,-1],8,26],[6,23],[291,23],0,0,[6,437],[291,437],[[[171,[],[[438,[-1]]]]],73,[439,440]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[2,[-1]]],[[2,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[34,[-1]]],[[34,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[[3,[-1]]],[[3,[1]]],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[23,23],[[11,[6]]]],[[23,23],[[11,[291]]]],[[[171,[],[[438,[-1]]]]],-1,[439,440]],[[[171,[],[[438,[-1]]]]],8,[439,440]],[[[171,[],[[438,[-1]]]]],7,[439,440]],[170,6],[[6,7],291],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[6,23],[291,23],0,0,[6,437],[291,437]],"c":[],"p":[[10,"Any",8308],[5,"Box",8309],[5,"Rc",8310],[1,"bool"],[5,"MapContext",38],[5,"PhysicalSize",8224],[1,"f64"],[1,"tuple"],[6,"Result",8311],[5,"TypeId",8308],[6,"Option",8312],[5,"ZoomLevel",58],[1,"u8"],[5,"Zoom",58],[10,"DynEq",7438],[5,"WorldCoords",58],[5,"WorldTileCoords",58],[5,"Quadkey",58],[5,"LatLon",58],[5,"InnerCoords",58],[5,"TileCoords",58],[6,"Ordering",8313],[1,"u32"],[1,"array"],[10,"Deserializer",8314],[10,"Hasher",8315],[5,"Formatter",8316],[8,"Result",8316],[5,"ViewRegion",58],[1,"i32"],[5,"Point3",8317],[1,"f32"],[5,"AlignedWorldTileCoords",58],[5,"Arc",8318],[6,"TileAddressingScheme",6739],[17,"Item"],[10,"Iterator",8319],[1,"slice"],[5,"Aabb2",7444],[1,"usize"],[10,"Serializer",8320],[5,"String",8321],[5,"Matrix4",8322],[5,"DebugPlugin",389],[5,"Schedule",4567],[5,"Kernel",1064],[5,"World",7125],[5,"RenderGraph",2466],[10,"Environment",512],[5,"DebugPipeline",389],[5,"TileDebugItem",389],[10,"Draw",3088],[5,"DebugPassNode",450],[5,"SlotInfo",2741],[5,"Vec",8323],[5,"RenderGraphContext",2261],[5,"RenderContext",2536],[5,"RenderResources",1667],[6,"NodeRunError",2536],[5,"TrackedRenderPass",3521],[6,"RenderCommandResult",3088],[10,"PhaseItem",3088],[17,"HttpClient"],[10,"OffscreenKernelEnvironment",512],[10,"HttpClient",925],[5,"SourceClient",925],[17,"EventLoopProxy"],[10,"EventLoop",522],[10,"EventLoopProxy",522],[10,"PartialEq",8313],[6,"SendEventError",522],[5,"Map",1115],[1,"u64"],[17,"Context"],[17,"ReceiveIterator"],[10,"AsyncProcedureCall",564],[6,"Input",564],[8,"AsyncProcedure",564],[6,"CallError",564],[10,"Context",564],[10,"Send",8324],[10,"Clone",8325],[5,"Message",564],[5,"SchedulerAsyncProcedureCall",564],[10,"Scheduler",886],[5,"SchedulerContext",564],[10,"MessageTag",564],[6,"MessageError",564],[6,"SendError",564],[6,"ProcedureError",564],[10,"IntoMessage",564],[17,"Output"],[10,"FnMut",8326],[5,"IndexProcessor",750],[5,"IndexedGeometry",750],[5,"RTree",8327],[10,"CoordFloat",8328],[10,"Bounded",8329],[10,"Signed",8330],[6,"ExactGeometry",750],[10,"PartialOrd",8313],[1,"str"],[6,"GeozeroError",8331],[5,"GeometryIndex",750],[10,"Debug",8316],[5,"LineString",8332],[5,"HashMap",8333],[5,"Polygon",8334],[6,"TileIndex",750],[6,"ColumnValue",8335],[6,"ScheduleError",886],[10,"Future",8336],[10,"FnOnce",8326],[5,"NopScheduler",886],[5,"HttpSourceClient",925],[5,"Pin",8337],[6,"SourceType",993],[5,"SourceFetchError",925],[5,"Error",8338],[6,"Error",8339],[10,"Error",8340],[5,"TessellateSource",993],[5,"RasterSource",993],[5,"KernelBuilder",1064],[6,"MapError",1115],[5,"Style",6820],[5,"RendererBuilder",1812],[10,"Plugin",1259],[5,"ReqwestOffscreenKernelEnvironment",1195],[5,"ReqwestHttpClient",1217],[5,"TokioScheduler",1239],[5,"RasterPlugin",1261],[10,"RasterTransferables",1554],[8,"RgbaImage",8341],[10,"LayerRaster",1554],[10,"LayerRasterMissing",1554],[5,"RasterLayersDataComponent",1261],[5,"AvailableRasterLayerData",1261],[5,"MissingRasterLayerData",1261],[5,"PopulateWorldSystem",1375],[6,"Cow",8342],[6,"ProcessRasterError",1395],[5,"ProcessRasterContext",1395],[5,"RasterTileRequest",1395],[5,"LayerItem",3009],[8,"AsyncProcedureFuture",564],[5,"RequestSystem",1505],[5,"RasterResources",1527],[5,"Device",8343],[5,"Texture",3447],[8,"Label",8343],[6,"TextureFormat",3555],[5,"TextureUsages",8344],[5,"BindGroup",8343],[5,"Msaa",3555],[5,"RenderPipeline",8343],[5,"DefaultLayerRaster",1554],[5,"DefaultLayerRasterMissing",1554],[6,"RasterMessageTag",1554],[5,"DefaultRasterTransferables",1554],[5,"Queue",8343],[5,"Tiles",7006],[5,"RenderPlugin",1667],[6,"RenderStageLabel",1667],[5,"MaskPipeline",1667],[5,"Renderer",1667],[5,"WgpuSettings",3555],[5,"RendererSettings",3555],[6,"RenderError",2057],[10,"MapWindow",8224],[10,"HeadedMapWindow",8224],[5,"Instance",8343],[5,"Surface",3333],[8,"RequestAdapterOptions",8343],[5,"Adapter",8343],[5,"UninitializedRenderer",1812],[6,"InitializationResult",1812],[5,"InitializedRenderer",1812],[5,"Perspective",1896],[5,"Camera",1896],[5,"Point2",8317],[5,"EdgeInsets",1896],[5,"ViewProjection",1896],[5,"ModelViewProjection",1896],[5,"Rad",8345],[5,"InvertedViewProjection",1896],[5,"Vector2",8346],[10,"Into",8347],[5,"Vector4",8346],[5,"RequestDeviceError",8343],[6,"RenderGraphError",2114],[5,"CreateSurfaceError",8343],[6,"SurfaceError",8343],[6,"Eventually",2087],[17,"Criteria"],[10,"HasChanged",2087],[10,"Eq",8313],[10,"HasTile",4341],[10,"Node",2536],[6,"RunSubGraphError",2261],[6,"OutputSlotError",2261],[6,"InputSlotError",2261],[5,"RunSubGraph",2261],[6,"SlotValue",2741],[6,"SlotLabel",2741],[5,"Buffer",8343],[5,"Sampler",8343],[6,"TextureView",3447],[5,"SlotInfos",2741],[5,"NodeState",2536],[6,"Edge",2406],[6,"EdgeExistence",2406],[5,"NodeId",2536],[6,"NodeLabel",2536],[10,"AsRef",8347],[5,"GraphInputNode",2466],[5,"Edges",2536],[5,"EmptyNode",2536],[6,"SlotType",2741],[10,"IntoIterator",8348],[6,"RenderGraphRunnerError",2880],[5,"MainPassNode",2937],[5,"MainPassDriverNode",2937],[5,"TileMaskItem",3009],[5,"RenderPhase",3009],[17,"SortKey"],[10,"Ord",8313],[5,"DrawState",3088],[10,"RenderCommand",3088],[10,"RenderPipeline",3232],[5,"RenderPipelineDescriptor",3232],[10,"Queue",3135],[8,"BufferAddress",8344],[5,"BackingBufferDescriptor",3213],[5,"VertexBufferLayout",3258],[5,"FragmentState",3258],[5,"VertexState",3258],[5,"WindowHead",3333],[5,"Surface",8343],[6,"Head",3333],[5,"BufferDimensions",3333],[5,"TextureView",8343],[5,"SurfaceTexture",8343],[5,"TilePipeline",3493],[5,"Range",8349],[5,"RenderPass",8343],[5,"Color",8344],[5,"BufferSlice",8343],[6,"IndexFormat",8344],[5,"ShaderStages",8344],[5,"Backends",3555],[5,"Features",3555],[6,"TextureAspect",8344],[5,"Limits",3555],[6,"PowerPreference",3555],[6,"SurfaceType",3555],[5,"Error",8316],[6,"Backend",8344],[5,"TextureFormatFeatures",8344],[5,"Iter",8350],[5,"IterNames",8350],[6,"TextureSampleType",8344],[5,"ShaderCamera",4065],[5,"ShaderGlobals",4065],[5,"ShaderVertex",4065],[5,"ShaderFeatureStyle",4065],[5,"ShaderLayerMetadata",4065],[5,"ShaderTileMetadata",4065],[5,"ShaderTextureVertex",4065],[10,"Shader",4065],[5,"TileMaskShader",4065],[5,"VectorTileShader",4065],[5,"RasterTileShader",4065],[8,"Vec3f32",4065],[8,"Mat4x4f32",4065],[8,"Vec4f32",4065],[8,"Vec2f32",4065],[5,"GraphRunnerSystem",4300],[5,"ResourceSystem",4319],[5,"ViewTileSources",4341],[5,"TileShape",4341],[6,"SourceShapes",4341],[5,"ViewTile",4341],[5,"QueryHasTile",4341],[10,"ResourceQuery",6895],[5,"TileViewPattern",4472],[5,"BackingBuffer",4472],[5,"ViewState",4519],[5,"Vector3",8346],[5,"Deg",8345],[5,"LogicalSize",8224],[10,"StageLabel",4567],[10,"Stage",4567],[10,"IntoSystemContainer",6938],[5,"MultiStage",4567],[5,"NopStage",4567],[5,"EncodedSrgb",4644],[5,"Alpha",4644],[10,"Copy",8324],[5,"CieLab",4644],[5,"GenericColor1",4644],[5,"AcesCct",4644],[5,"YCxCz",4644],[5,"Luma",4644],[5,"GenericColor3",4644],[5,"Aces2065",4644],[5,"YPbPr",4644],[5,"Oklab",4644],[5,"YPrimePbPr",4644],[5,"EncodedDisplayP3",4644],[5,"Hsv",4644],[5,"CieLCh",4644],[5,"EncodedBt2100HLG",4644],[5,"YPrimeCbCr",4644],[5,"Rec709",4644],[5,"Bt2020",4644],[5,"EncodedBt2020",4644],[5,"DisplayP3",4644],[5,"AcesCg",4644],[5,"Luminance",4644],[5,"Bt2100",4644],[5,"EncodedRec709",4644],[5,"Hsl",4644],[5,"EncodedBt2100PQ",4644],[5,"ICtCpHLG",4644],[5,"Yuv",4644],[5,"ICtCpPQ",4644],[5,"YCbCr",4644],[5,"Oklch",4644],[5,"AcesCc",4644],[5,"LinearSrgb",4644],[5,"DciXYZPrime",4644],[5,"DciP3",4644],[5,"CieXYZ",4644],[5,"PremultipliedAlpha",4644],[10,"ColorType",4644],[6,"Spaces",4644],[5,"Color",8351],[17,"CintTy"],[10,"ColorInterop",4644],[10,"Hash",8315],[5,"BackgroundPaint",6557],[5,"FillPaint",6557],[5,"LinePaint",6557],[6,"LayerPaint",6557],[5,"StyleLayer",6557],[6,"RasterResampling",6684],[5,"RasterLayer",6684],[5,"VectorSource",6739],[6,"Source",6739],[10,"QueryState",6851],[5,"EphemeralQueryState",6851],[5,"GlobalQueryState",6851],[5,"Resources",6895],[10,"Resource",6895],[10,"Default",8352],[5,"SystemContainer",6938],[10,"System",6938],[17,"System"],[10,"IntoSystem",6964],[5,"FunctionSystem",6964],[5,"SystemStage",6986],[5,"Tile",7006],[10,"QueryState",7006],[5,"EphemeralQueryState",7006],[5,"GlobalQueryState",7006],[10,"TileComponent",7006],[5,"TileSpawnResult",7006],[10,"Align",7143],[5,"OverAlignedVertexBuffer",7143],[5,"VertexBuffers",8353],[10,"Pod",8354],[5,"VertexConstructor",7143],[5,"StrokeVertex",8355],[5,"FillVertex",8356],[5,"ZeroTessellator",7191],[10,"Add",8357],[5,"VertexId",8358],[10,"From",8347],[10,"MaxIndex",8353],[8,"Result",8331],[6,"GeomType",7234],[5,"Value",7234],[5,"Feature",7234],[5,"Layer",7234],[6,"TileValue",8359],[1,"i64"],[10,"FeatureProcessor",8360],[10,"GeomProcessor",8361],[6,"Geometry",8362],[5,"ChangeObserver",7381],[10,"SignificantlyDifferent",7381],[17,"Epsilon"],[10,"Sized",8324],[5,"FPSMeter",7415],[5,"Grid",8363],[10,"DynHash",7438],[5,"FloatOrd",7444],[5,"Plane",7444],[10,"BaseFloat",8364],[10,"BaseNum",8364],[5,"Aabb3",7444],[5,"VectorPlugin",7546],[10,"VectorTransferables",8043],[10,"TileTessellated",8043],[10,"LayerMissing",8043],[8,"IndexDataType",7143],[10,"LayerTessellated",8043],[10,"LayerIndexed",8043],[5,"VectorTilesDone",7546],[5,"VectorLayersDataComponent",7546],[5,"VectorPipeline",7546],[5,"VectorTileRequest",7751],[5,"ProcessVectorContext",7751],[6,"ProcessVectorError",7751],[5,"MissingVectorLayerData",7546],[5,"AvailableVectorLayerData",7546],[5,"PopulateWorldSystem",7731],[5,"RequestSystem",7850],[5,"BufferPool",7872],[5,"RingIndex",7872],[5,"IndexEntry",7872],[6,"BackingBufferType",7872],[5,"BackingBuffer",7872],[5,"RingIndexEntry",7872],[5,"VecDeque",8365],[5,"HashSet",8366],[5,"DefaultTileTessellated",8043],[5,"DefaultLayerMissing",8043],[5,"DefaultLayerIndexed",8043],[5,"DefaultLayerTesselated",8043],[6,"VectorMessageTag",8043],[5,"DefaultVectorTransferables",8043],[8,"VectorBufferPool",7546],[17,"MapWindow"],[10,"MapWindowConfig",8224],[5,"NonZeroU32",8367],[17,"RawWindow"],[10,"HasRawWindowHandle",8368],[10,"HasRawDisplayHandle",8368],[5,"SetDebugPipeline",476],[5,"DrawDebugOutline",476],[10,"EventLoopConfig",522],[15,"TileRequest",748],[15,"Linear",884],[15,"Spatial",884],[6,"CurrentMapContext",1115],[15,"Pending",1185],[6,"RasterLayerData",1261],[5,"SetRasterTilePipeline",1453],[5,"SetRasterViewBindGroup",1453],[5,"DrawRasterTile",1453],[15,"SlotEdge",2460],[15,"NodeEdge",2460],[15,"MismatchedSlotType",2392],[15,"MismatchedSlotType",2395],[15,"MismatchedNodeSlots",2242],[15,"UnconnectedNodeInputSlot",2242],[15,"NodeInputSlotAlreadyOccupied",2242],[15,"UnconnectedNodeOutputSlot",2242],[15,"MismatchedInputSlotType",2398],[15,"MissingInput",2398],[5,"RenderGraphRunner",2880],[15,"MismatchedInputSlotType",2923],[15,"MissingInput",2923],[15,"EmptyNodeOutputSlot",2923],[5,"SetMaskPipeline",2974],[5,"DrawMask",2974],[5,"BufferedTextureHead",3333],[15,"SurfaceTexture",3491],[15,"Astc",4063],[8,"WgpuTileViewPattern",4341],[8,"TileUrl",6739],[8,"TileJSONUrl",6739],[10,"ResourceQueryMut",6895],[10,"ResourceQueryUnsafe",6895],[10,"ComponentQuery",7006],[10,"ComponentQueryMut",7006],[10,"ComponentQueryUnsafe",7006],[8,"GeoResult",7191],[6,"VectorLayerData",7546],[5,"SetVectorTilePipeline",7815],[5,"DrawVectorTile",7815]],"b":[[196,"impl-Debug-for-ZoomLevel"],[197,"impl-Display-for-ZoomLevel"],[198,"impl-Display-for-LatLon"],[199,"impl-Debug-for-LatLon"],[200,"impl-Display-for-Zoom"],[201,"impl-Debug-for-Zoom"],[203,"impl-Debug-for-TileCoords"],[204,"impl-Display-for-TileCoords"],[205,"impl-Display-for-WorldTileCoords"],[206,"impl-Debug-for-WorldTileCoords"],[207,"impl-Display-for-WorldCoords"],[208,"impl-Debug-for-WorldCoords"],[223,"impl-From%3C(f64,+f64)%3E-for-WorldCoords"],[224,"impl-From%3CPoint3%3Cf64%3E%3E-for-WorldCoords"],[225,"impl-From%3C(f32,+f32)%3E-for-WorldCoords"],[537,"impl-Debug-for-SendEventError"],[538,"impl-Display-for-SendEventError"],[641,"impl-Display-for-MessageError"],[642,"impl-Debug-for-MessageError"],[644,"impl-Display-for-SendError"],[645,"impl-Debug-for-SendError"],[646,"impl-Display-for-ProcedureError"],[647,"impl-Debug-for-ProcedureError"],[648,"impl-Display-for-CallError"],[649,"impl-Debug-for-CallError"],[901,"impl-Display-for-ScheduleError"],[902,"impl-Debug-for-ScheduleError"],[952,"impl-Debug-for-SourceFetchError"],[953,"impl-Display-for-SourceFetchError"],[955,"impl-From%3CError%3E-for-SourceFetchError"],[957,"impl-From%3CError%3E-for-SourceFetchError"],[1141,"impl-Debug-for-MapError"],[1142,"impl-Display-for-MapError"],[1416,"impl-Debug-for-ProcessRasterError"],[1417,"impl-Display-for-ProcessRasterError"],[2068,"impl-Display-for-RenderError"],[2069,"impl-Debug-for-RenderError"],[2070,"impl-From%3CRequestDeviceError%3E-for-RenderError"],[2071,"impl-From%3CRenderGraphError%3E-for-RenderError"],[2072,"impl-From%3CCreateSurfaceError%3E-for-RenderError"],[2073,"impl-From%3CSurfaceError%3E-for-RenderError"],[2189,"impl-Debug-for-RenderGraphError"],[2190,"impl-Display-for-RenderGraphError"],[2318,"impl-Debug-for-RunSubGraphError"],[2319,"impl-Display-for-RunSubGraphError"],[2320,"impl-Display-for-OutputSlotError"],[2321,"impl-Debug-for-OutputSlotError"],[2322,"impl-Debug-for-InputSlotError"],[2323,"impl-Display-for-InputSlotError"],[2621,"impl-Debug-for-NodeRunError"],[2622,"impl-Display-for-NodeRunError"],[2629,"impl-From%3CInputSlotError%3E-for-NodeRunError"],[2630,"impl-From%3CRunSubGraphError%3E-for-NodeRunError"],[2632,"impl-From%3COutputSlotError%3E-for-NodeRunError"],[2634,"impl-From%3CNodeId%3E-for-NodeLabel"],[2635,"impl-From%3C%26str%3E-for-NodeLabel"],[2636,"impl-From%3C%26NodeLabel%3E-for-NodeLabel"],[2637,"impl-From%3CString%3E-for-NodeLabel"],[2801,"impl-Display-for-SlotType"],[2802,"impl-Debug-for-SlotType"],[2806,"impl-From%3CBuffer%3E-for-SlotValue"],[2807,"impl-From%3CSampler%3E-for-SlotValue"],[2809,"impl-From%3CTextureView%3E-for-SlotValue"],[2812,"impl-From%3C%26str%3E-for-SlotLabel"],[2813,"impl-From%3C%26SlotLabel%3E-for-SlotLabel"],[2814,"impl-From%3Cusize%3E-for-SlotLabel"],[2815,"impl-From%3CString%3E-for-SlotLabel"],[2816,"impl-From%3CCow%3C\'static,+str%3E%3E-for-SlotLabel"],[2896,"impl-Display-for-RenderGraphRunnerError"],[2897,"impl-Debug-for-RenderGraphRunnerError"],[3464,"impl-From%3CTextureView%3E-for-TextureView"],[3465,"impl-From%3CSurfaceTexture%3E-for-TextureView"],[3735,"impl-Backends"],[3736,"impl-Flags-for-Backends"],[3737,"impl-Flags-for-Features"],[3738,"impl-Features"],[3850,"impl-Debug-for-Backends"],[3851,"impl-LowerHex-for-Backends"],[3852,"impl-Binary-for-Backends"],[3853,"impl-Octal-for-Backends"],[3854,"impl-UpperHex-for-Backends"],[3855,"impl-UpperHex-for-Features"],[3856,"impl-Octal-for-Features"],[3857,"impl-Binary-for-Features"],[3858,"impl-LowerHex-for-Features"],[3859,"impl-Debug-for-Features"],[3874,"impl-Flags-for-Backends"],[3875,"impl-Backends"],[3876,"impl-Flags-for-Features"],[3877,"impl-Features"],[4886,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4887,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23646%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4888,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23171%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[4889,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23321%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4890,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23921%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[4891,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23221%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[4892,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23146%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[4893,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23271%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[4894,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23846%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[4895,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23696%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[4896,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23871%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4897,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4898,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23771%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[4899,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23671%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[4900,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23546%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4901,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23821%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4902,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23121%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[4903,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23446%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4904,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23471%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4905,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23346%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[4906,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23246%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[4907,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23196%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[4908,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23496%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[4909,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4910,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23746%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[4911,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23521%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4912,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23596%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4913,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23896%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[4914,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23571%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4915,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23796%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[4916,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23721%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[4917,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23296%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[4918,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4919,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23421%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4920,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23396%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[4921,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23621%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[4922,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23926%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[4923,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23426%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[4924,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23801%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[4925,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23176%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[4926,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23701%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[4927,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23401%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[4928,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23876%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4929,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23301%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[4930,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23451%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[4931,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23576%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[4932,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23326%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[4933,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23776%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[4934,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23251%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[4935,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[4936,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23101%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[4937,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23526%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[4938,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23651%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[4939,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23476%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[4940,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23126%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[4941,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23751%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[4942,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23151%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[4943,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23901%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[4944,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23601%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[4945,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23226%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[4946,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23676%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[4947,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23851%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[4948,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23201%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[4949,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[4950,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23276%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[4951,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23501%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[4952,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23626%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[4953,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23551%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[4954,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23826%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[4955,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2376%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[4956,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4957,"impl-AsMut%3C%5BComponentTy;+cint::::%7Bimpl%23726%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[4994,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23870%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[4995,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23645%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[4996,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23320%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[4997,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[4998,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23445%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[4999,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23845%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5000,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23270%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5001,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5002,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23220%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5003,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23820%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5004,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23620%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5005,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23720%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5006,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23195%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5007,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5008,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23545%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5009,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23895%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5010,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23745%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5011,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23245%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5012,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23470%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5013,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23295%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5014,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23570%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5015,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23520%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5016,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23370%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5017,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2395%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5018,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23495%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5019,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23770%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5020,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23595%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5021,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23420%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5022,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23345%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5023,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23795%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5024,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23170%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5025,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23120%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5026,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23670%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5027,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23145%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5028,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23920%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5029,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23695%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5030,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23325%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5031,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23875%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5032,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23400%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5033,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23100%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5034,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23825%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5035,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23850%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5036,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23250%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5037,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23625%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5038,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23425%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5039,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23200%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5040,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23600%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5041,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23150%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5042,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23925%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5043,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23125%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5044,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23500%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5045,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23725%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5046,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23650%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5047,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23775%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5048,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23225%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5049,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23575%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5050,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23300%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5051,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23800%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5052,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5053,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%2375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5054,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23900%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5055,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23700%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5056,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23375%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5057,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23750%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5058,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23350%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5059,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23175%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5060,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23475%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5061,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23450%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5062,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23275%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5063,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23550%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5064,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23675%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5065,"impl-AsRef%3C%5BComponentTy;+cint::::%7Bimpl%23525%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5675,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23193%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5676,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23818%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5678,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23593%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5679,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23568%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5680,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23143%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5681,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5682,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23893%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5683,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23243%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5684,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5685,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23118%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5686,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23268%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5687,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23493%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5688,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2393%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5689,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23293%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5690,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23443%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5691,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5692,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23718%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5693,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23743%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5694,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23793%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5695,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23543%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5696,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23368%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5697,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23618%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5698,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23418%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5699,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23843%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5700,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23318%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5701,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23868%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5702,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23918%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5703,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23643%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5704,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23468%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5705,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23168%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5706,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23668%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5707,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23693%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5708,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23768%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5709,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf32%3E%3E"],[5710,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23518%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5711,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23343%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5712,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3Cf64%3E%3E"],[5713,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23218%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5714,"impl-From%3CColor%3E-for-Alpha%3CEncodedSrgb%3E"],[5715,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[5716,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23923%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[5717,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23298%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[5718,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23623%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[5719,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23473%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5720,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23273%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[5721,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23673%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[5722,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23323%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[5723,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23248%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[5724,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23573%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5725,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23173%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[5726,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23898%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[5727,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23823%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5728,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5729,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23648%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[5730,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23448%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[5731,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23148%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[5732,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23748%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[5733,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23198%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[5734,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23598%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5735,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23698%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[5736,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2373%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5737,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23423%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5738,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23773%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[5740,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23723%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[5741,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23523%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5742,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5743,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23223%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[5744,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23498%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[5745,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23398%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[5746,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5747,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23798%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[5748,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23848%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[5749,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23548%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5750,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23123%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[5751,"impl-From%3C%5BComponentTy;+cint::::%7Bimpl%23873%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5753,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf64%3E"],[5754,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedSrgb%3CComponentTy%3E"],[5755,"impl-From%3CAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5756,"impl-From%3CPremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E%3E-for-EncodedSrgb%3CComponentTy%3E"],[5758,"impl-From%3CColor%3E-for-EncodedSrgb%3Cf32%3E"],[5759,"impl-From%3CColor%3E-for-EncodedSrgb"],[5760,"impl-From%3CPremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5762,"impl-From%3CAlpha%3CLinearSrgb%3CComponentTy%3E%3E%3E-for-LinearSrgb%3CComponentTy%3E"],[5763,"impl-From%3C%5BComponentTy;+3%5D%3E-for-LinearSrgb%3CComponentTy%3E"],[5765,"impl-From%3CPremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5766,"impl-From%3CAlpha%3CEncodedRec709%3CComponentTy%3E%3E%3E-for-EncodedRec709%3CComponentTy%3E"],[5767,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedRec709%3CComponentTy%3E"],[5768,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Rec709%3CComponentTy%3E"],[5769,"impl-From%3CPremultipliedAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5770,"impl-From%3CAlpha%3CRec709%3CComponentTy%3E%3E%3E-for-Rec709%3CComponentTy%3E"],[5772,"impl-From%3CPremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5773,"impl-From%3CAlpha%3CGenericColor3%3CComponentTy%3E%3E%3E-for-GenericColor3%3CComponentTy%3E"],[5774,"impl-From%3C%5BComponentTy;+3%5D%3E-for-GenericColor3%3CComponentTy%3E"],[5776,"impl-From%3C%5BComponentTy;+1%5D%3E-for-GenericColor1%3CComponentTy%3E"],[5777,"impl-From%3CAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5778,"impl-From%3CPremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E%3E-for-GenericColor1%3CComponentTy%3E"],[5781,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luminance%3CComponentTy%3E"],[5782,"impl-From%3CPremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5783,"impl-From%3CAlpha%3CLuminance%3CComponentTy%3E%3E%3E-for-Luminance%3CComponentTy%3E"],[5785,"impl-From%3CAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5786,"impl-From%3CPremultipliedAlpha%3CLuma%3CComponentTy%3E%3E%3E-for-Luma%3CComponentTy%3E"],[5787,"impl-From%3C%5BComponentTy;+1%5D%3E-for-Luma%3CComponentTy%3E"],[5788,"impl-From%3CAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5789,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCg%3CComponentTy%3E"],[5790,"impl-From%3CPremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E%3E-for-AcesCg%3CComponentTy%3E"],[5792,"impl-From%3CAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5794,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Aces2065%3CComponentTy%3E"],[5795,"impl-From%3CPremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E%3E-for-Aces2065%3CComponentTy%3E"],[5796,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCc%3CComponentTy%3E"],[5797,"impl-From%3CPremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5798,"impl-From%3CAlpha%3CAcesCc%3CComponentTy%3E%3E%3E-for-AcesCc%3CComponentTy%3E"],[5800,"impl-From%3CAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5802,"impl-From%3CPremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E%3E-for-AcesCct%3CComponentTy%3E"],[5803,"impl-From%3C%5BComponentTy;+3%5D%3E-for-AcesCct%3CComponentTy%3E"],[5804,"impl-From%3CAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5805,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DisplayP3%3CComponentTy%3E"],[5807,"impl-From%3CPremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E%3E-for-DisplayP3%3CComponentTy%3E"],[5808,"impl-From%3CPremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5809,"impl-From%3CAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5810,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedDisplayP3%3CComponentTy%3E"],[5812,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciP3%3CComponentTy%3E"],[5813,"impl-From%3CAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5814,"impl-From%3CPremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E%3E-for-DciP3%3CComponentTy%3E"],[5816,"impl-From%3CPremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5818,"impl-From%3CAlpha%3CDciXYZPrime%3CComponentTy%3E%3E%3E-for-DciXYZPrime%3CComponentTy%3E"],[5819,"impl-From%3C%5BComponentTy;+3%5D%3E-for-DciXYZPrime%3CComponentTy%3E"],[5821,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2020%3CComponentTy%3E"],[5822,"impl-From%3CAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5823,"impl-From%3CPremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E%3E-for-Bt2020%3CComponentTy%3E"],[5824,"impl-From%3CPremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5826,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2020%3CComponentTy%3E"],[5827,"impl-From%3CAlpha%3CEncodedBt2020%3CComponentTy%3E%3E%3E-for-EncodedBt2020%3CComponentTy%3E"],[5828,"impl-From%3CPremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5829,"impl-From%3CAlpha%3CBt2100%3CComponentTy%3E%3E%3E-for-Bt2100%3CComponentTy%3E"],[5831,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Bt2100%3CComponentTy%3E"],[5832,"impl-From%3CAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5833,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5835,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100PQ%3CComponentTy%3E"],[5836,"impl-From%3CPremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5837,"impl-From%3CAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5839,"impl-From%3C%5BComponentTy;+3%5D%3E-for-EncodedBt2100HLG%3CComponentTy%3E"],[5841,"impl-From%3CAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5842,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpPQ%3CComponentTy%3E"],[5843,"impl-From%3CPremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E%3E-for-ICtCpPQ%3CComponentTy%3E"],[5845,"impl-From%3C%5BComponentTy;+3%5D%3E-for-ICtCpHLG%3CComponentTy%3E"],[5846,"impl-From%3CAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5847,"impl-From%3CPremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E%3E-for-ICtCpHLG%3CComponentTy%3E"],[5849,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieXYZ%3CComponentTy%3E"],[5850,"impl-From%3CAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5851,"impl-From%3CPremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E%3E-for-CieXYZ%3CComponentTy%3E"],[5852,"impl-From%3CAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5854,"impl-From%3CPremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E%3E-for-CieLab%3CComponentTy%3E"],[5855,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLab%3CComponentTy%3E"],[5857,"impl-From%3CPremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5858,"impl-From%3CAlpha%3CCieLCh%3CComponentTy%3E%3E%3E-for-CieLCh%3CComponentTy%3E"],[5859,"impl-From%3C%5BComponentTy;+3%5D%3E-for-CieLCh%3CComponentTy%3E"],[5860,"impl-From%3CPremultipliedAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5862,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklab%3CComponentTy%3E"],[5863,"impl-From%3CAlpha%3COklab%3CComponentTy%3E%3E%3E-for-Oklab%3CComponentTy%3E"],[5864,"impl-From%3CPremultipliedAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5866,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Oklch%3CComponentTy%3E"],[5867,"impl-From%3CAlpha%3COklch%3CComponentTy%3E%3E%3E-for-Oklch%3CComponentTy%3E"],[5869,"impl-From%3CPremultipliedAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5870,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsl%3CComponentTy%3E"],[5871,"impl-From%3CAlpha%3CHsl%3CComponentTy%3E%3E%3E-for-Hsl%3CComponentTy%3E"],[5873,"impl-From%3CAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5874,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Hsv%3CComponentTy%3E"],[5875,"impl-From%3CPremultipliedAlpha%3CHsv%3CComponentTy%3E%3E%3E-for-Hsv%3CComponentTy%3E"],[5876,"impl-From%3CAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5877,"impl-From%3CPremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E%3E-for-YCbCr%3CComponentTy%3E"],[5879,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCbCr%3CComponentTy%3E"],[5881,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5882,"impl-From%3CPremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5883,"impl-From%3CAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E%3E-for-YPrimeCbCr%3CComponentTy%3E"],[5884,"impl-From%3CAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5885,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPbPr%3CComponentTy%3E"],[5887,"impl-From%3CPremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E%3E-for-YPbPr%3CComponentTy%3E"],[5888,"impl-From%3CAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5889,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YPrimePbPr%3CComponentTy%3E"],[5890,"impl-From%3CPremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E%3E-for-YPrimePbPr%3CComponentTy%3E"],[5892,"impl-From%3CPremultipliedAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5894,"impl-From%3C%5BComponentTy;+3%5D%3E-for-Yuv%3CComponentTy%3E"],[5895,"impl-From%3CAlpha%3CYuv%3CComponentTy%3E%3E%3E-for-Yuv%3CComponentTy%3E"],[5896,"impl-From%3CAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5897,"impl-From%3CPremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E%3E-for-YCxCz%3CComponentTy%3E"],[5898,"impl-From%3C%5BComponentTy;+3%5D%3E-for-YCxCz%3CComponentTy%3E"],[5962,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDisplayP3%3CComponentTy%3E%3E"],[5963,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23494%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2100%3CComponentTy%3E%3E"],[5964,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23669%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLCh%3CComponentTy%3E%3E"],[5965,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23919%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCxCz%3CComponentTy%3E%3E"],[5966,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciP3%3CComponentTy%3E%3E"],[5967,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23169%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor1%3CComponentTy%3E%3E"],[5968,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23119%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CRec709%3CComponentTy%3E%3E"],[5969,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23269%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAces2065%3CComponentTy%3E%3E"],[5970,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23794%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYCbCr%3CComponentTy%3E%3E"],[5971,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23594%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpHLG%3CComponentTy%3E%3E"],[5972,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2394%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedRec709%3CComponentTy%3E%3E"],[5973,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23419%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[5974,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23519%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[5975,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[5976,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[5977,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23469%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[5978,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23769%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsv%3CComponentTy%3E%3E"],[5979,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23544%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[5980,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23719%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklch%3CComponentTy%3E%3E"],[5981,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23444%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CBt2020%3CComponentTy%3E%3E"],[5982,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2369%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLinearSrgb%3CComponentTy%3E%3E"],[5983,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23644%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieLab%3CComponentTy%3E%3E"],[5984,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23694%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3COklab%3CComponentTy%3E%3E"],[5985,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23744%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CHsl%3CComponentTy%3E%3E"],[5986,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23569%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CICtCpPQ%3CComponentTy%3E%3E"],[5987,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23894%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYuv%3CComponentTy%3E%3E"],[5988,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23219%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuma%3CComponentTy%3E%3E"],[5989,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23244%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCg%3CComponentTy%3E%3E"],[5990,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23869%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[5992,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23144%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CGenericColor3%3CComponentTy%3E%3E"],[5993,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23294%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCc%3CComponentTy%3E%3E"],[5994,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23194%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CLuminance%3CComponentTy%3E%3E"],[5995,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23844%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPbPr%3CComponentTy%3E%3E"],[5996,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23319%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CAcesCct%3CComponentTy%3E%3E"],[5997,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23819%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[5998,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23619%7D::%7Bconstant%230%7D%5D%3E-for-Alpha%3CCieXYZ%3CComponentTy%3E%3E"],[5999,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23899%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYuv%3CComponentTy%3E%3E"],[6000,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23924%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCxCz%3CComponentTy%3E%3E"],[6001,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23824%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimeCbCr%3CComponentTy%3E%3E"],[6002,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23849%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPbPr%3CComponentTy%3E%3E"],[6003,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedRec709%3CComponentTy%3E%3E"],[6004,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23324%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCct%3CComponentTy%3E%3E"],[6005,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23724%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklch%3CComponentTy%3E%3E"],[6006,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLinearSrgb%3CComponentTy%3E%3E"],[6007,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23474%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2020%3CComponentTy%3E%3E"],[6008,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23449%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2020%3CComponentTy%3E%3E"],[6009,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23649%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLab%3CComponentTy%3E%3E"],[6010,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23624%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieXYZ%3CComponentTy%3E%3E"],[6011,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23199%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuminance%3CComponentTy%3E%3E"],[6012,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23399%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciP3%3CComponentTy%3E%3E"],[6013,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23274%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAces2065%3CComponentTy%3E%3E"],[6014,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23124%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CRec709%3CComponentTy%3E%3E"],[6015,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23574%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpPQ%3CComponentTy%3E%3E"],[6016,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23674%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CCieLCh%3CComponentTy%3E%3E"],[6017,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23874%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYPrimePbPr%3CComponentTy%3E%3E"],[6018,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23699%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3COklab%3CComponentTy%3E%3E"],[6019,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23524%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100PQ%3CComponentTy%3E%3E"],[6020,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23599%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CICtCpHLG%3CComponentTy%3E%3E"],[6021,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedSrgb%3CComponentTy%3E%3E"],[6022,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23224%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CLuma%3CComponentTy%3E%3E"],[6023,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23249%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCg%3CComponentTy%3E%3E"],[6024,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23549%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedBt2100HLG%3CComponentTy%3E%3E"],[6025,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23499%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CBt2100%3CComponentTy%3E%3E"],[6026,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23799%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CYCbCr%3CComponentTy%3E%3E"],[6027,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23149%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor3%3CComponentTy%3E%3E"],[6028,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23299%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CAcesCc%3CComponentTy%3E%3E"],[6029,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23349%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDisplayP3%3CComponentTy%3E%3E"],[6030,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23374%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CEncodedDisplayP3%3CComponentTy%3E%3E"],[6031,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23424%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CDciXYZPrime%3CComponentTy%3E%3E"],[6032,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23749%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsl%3CComponentTy%3E%3E"],[6033,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23774%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CHsv%3CComponentTy%3E%3E"],[6034,"impl-Into%3C%5BComponentTy;+cint::::%7Bimpl%23174%7D::%7Bconstant%230%7D%5D%3E-for-PremultipliedAlpha%3CGenericColor1%3CComponentTy%3E%3E"],[7178,"impl-StrokeVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7179,"impl-FillVertexConstructor%3CShaderVertex%3E-for-VertexConstructor"],[7773,"impl-Debug-for-ProcessVectorError"],[7774,"impl-Display-for-ProcessVectorError"]]}]\
]'));
if (typeof exports !== 'undefined') exports.searchIndex = searchIndex;
else if (window.initSearch) window.initSearch(searchIndex);
diff --git a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
index 6fea12b7..70dbd682 100644
--- a/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
+++ b/docs/api/trait.impl/bytemuck/pod/trait.Pod.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderTileMetadata"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ZoomLevel"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderTextureVertex"]]
+"maplibre":[["impl Pod for ShaderTileMetadata"],["impl Pod for ZoomLevel"],["impl Pod for ShaderFeatureStyle"],["impl Pod for ShaderGlobals"],["impl Pod for ShaderVertex"],["impl Pod for ShaderCamera"],["impl Pod for ShaderLayerMetadata"],["impl Pod for ShaderTextureVertex"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
index d51dc794..1767612e 100644
--- a/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
+++ b/docs/api/trait.impl/bytemuck/zeroable/trait.Zeroable.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTileMetadata"]]
+"maplibre":[["impl Zeroable for ShaderGlobals"],["impl Zeroable for ShaderFeatureStyle"],["impl Zeroable for ShaderLayerMetadata"],["impl Zeroable for ShaderCamera"],["impl Zeroable for ShaderTextureVertex"],["impl Zeroable for WorldTileCoords"],["impl Zeroable for ShaderVertex"],["impl Zeroable for ZoomLevel"],["impl Zeroable for ShaderTileMetadata"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
\ No newline at end of file
diff --git a/docs/api/trait.impl/core/clone/trait.Clone.js b/docs/api/trait.impl/core/clone/trait.Clone.js
index 2a68ef33..e0ed856b 100644
--- a/docs/api/trait.impl/core/clone/trait.Clone.js
+++ b/docs/api/trait.impl/core/clone/trait.Clone.js
@@ -1,3 +1,3 @@
(function() {var implementors = {
-"maplibre":[["impl Clone for BackgroundPaint"],["impl Clone for ShaderLayerMetadata"],["impl Clone for SchedulerContext"],["impl Clone for Input"],["impl Clone for WorldCoords"],["impl Clone for WorldTileCoords"],["impl Clone for Quadkey"],["impl Clone for Style"],["impl Clone for SlotValue"],["impl Clone for RasterSource"],["impl Clone for FloatOrd"],["impl Clone for TessellateSource"],["impl Clone for RendererBuilder"],["impl Clone for SlotType"],["impl Clone for RasterMessageTag"],["impl Clone for ShaderVertex"],["impl Clone for ShaderTextureVertex"],["impl Clone for ZoomLevel"],["impl<HC> Clone for SourceClient<HC>source§impl<T> Box<T>
impl<T> Box<T>
1.0.0 · sourcepub fn new(x: T) -> Box<T>
pub fn new(x: T) -> Box<T>
Allocates memory on the heap and then places x into it.
This doesn’t actually allocate if T is zero-sized.
Examples
\nlet five = Box::new(5);sourcepub fn new_uninit() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
pub fn new_uninit() -> Box<MaybeUninit<T>>
new_uninit)Constructs a new box with uninitialized contents.
\nExamples
\n#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)sourcepub fn new_zeroed() -> Box<MaybeUninit<T>>
🔬This is a nightly-only experimental API. (new_uninit)
pub fn new_zeroed() -> Box<MaybeUninit<T>>
new_uninit)Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.
See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
Examples
\n#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)1.33.0 · sourcepub fn pin(x: T) -> Pin<Box<T>>
pub fn pin(x: T) -> Pin<Box<T>>
Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.
sourcepub fn try_new(x: T) -> Result<Box<T>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
pub fn try_new(x: T) -> Result<Box<T>, AllocError>
allocator_api)Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails
This doesn’t actually allocate if T is zero-sized.
Examples
\n#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;sourcepub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>
allocator_api)Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);sourcepub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
🔬This is a nightly-only experimental API. (allocator_api)
pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>
allocator_api)Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap
See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
Examples
\n#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);source§impl<T, A> Box<T, A>where\n A: Allocator,
impl<T, A> Box<T, A>where\n A: Allocator,
sourcepub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn new_in(x: T, alloc: A) -> Box<T, A>where\n A: Allocator,
allocator_api)Allocates memory in the given allocator then places x into it.
This doesn’t actually allocate if T is zero-sized.
Examples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);sourcepub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>where\n A: Allocator,
allocator_api)Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails
This doesn’t actually allocate if T is zero-sized.
Examples
\n#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;sourcepub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
allocator_api)Constructs a new box with uninitialized contents in the provided allocator.
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5)sourcepub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
allocator_api)Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails
\nExamples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n // Deferred initialization:\n five.as_mut_ptr().write(5);\n\n five.assume_init()\n};\n\nassert_eq!(*five, 5);sourcepub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>where\n A: Allocator,
allocator_api)Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.
See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
Examples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)sourcepub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>where\n A: Allocator,
allocator_api)Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,
See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.
Examples
\n#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);sourcepub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
🔬This is a nightly-only experimental API. (allocator_api)
pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>where\n A: 'static + Allocator,
allocator_api)Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.
Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.
sourcepub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
🔬This is a nightly-only experimental API. (box_into_boxed_slice)
pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>
box_into_boxed_slice)Converts a Box<T> into a Box<[T]>
This conversion does not allocate on the heap and happens in place.
\nsourcepub fn into_inner(boxed: Box<T, A>) -> T
🔬This is a nightly-only experimental API. (box_into_inner)
pub fn into_inner(boxed: Box<T, A>) -> T
box_into_inner)Consumes the Box, returning the wrapped value.
Examples
\n#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);source§impl<T> Box<T>where\n T: ?Sized,
impl<T> Box<T>where\n T: ?Sized,
1.4.0 · sourcepub unsafe fn from_raw(raw: *mut T) -> Box<T>
pub unsafe fn from_raw(raw: *mut T) -> Box<T>
Constructs a box from a raw pointer.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
Safety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nThe safety conditions are described in the memory layout section.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:
let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };Manually create a Box from scratch by using the global allocator:
use std::alloc::{alloc, Layout};\n\nunsafe {\n let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw(ptr);\n}source§impl<T, A> Box<T, A>
impl<T, A> Box<T, A>
const: unstable · sourcepub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
🔬This is a nightly-only experimental API. (allocator_api)
pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>
allocator_api)Constructs a box from a raw pointer in the given allocator.
\nAfter calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .
Safety
\nThis function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.
\nExamples
\nRecreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };Manually create a Box from scratch by using the system allocator:
#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n // In general .write is required to avoid attempting to destruct\n // the (uninitialized) previous contents of `ptr`, though for this\n // simple example `*ptr = 5` would have worked as well.\n ptr.write(5);\n let x = Box::from_raw_in(ptr, System);\n}1.4.0 · sourcepub fn into_raw(b: Box<T, A>) -> *mut T
pub fn into_raw(b: Box<T, A>) -> *mut T
Consumes the Box, returning a wrapped raw pointer.
The pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.
Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.
Examples
\nConverting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };Manual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\nuse std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n ptr::drop_in_place(ptr);\n dealloc(ptr as *mut u8, Layout::new::<String>());\n}Note: This is equivalent to the following:
\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n drop(Box::from_raw(ptr));\n}sourcepub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
🔬This is a nightly-only experimental API. (allocator_api)
pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)
allocator_api)Consumes the Box, returning a wrapped raw pointer and the allocator.
The pointer will be properly aligned and non-null.
\nAfter calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.
Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.
Examples
\nConverting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };Manual cleanup by explicitly running the destructor and deallocating\nthe memory:
\n\n#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n ptr::drop_in_place(ptr);\n let non_null = NonNull::new_unchecked(ptr);\n alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}const: unstable · sourcepub fn allocator(b: &Box<T, A>) -> &A
🔬This is a nightly-only experimental API. (allocator_api)
pub fn allocator(b: &Box<T, A>) -> &A
allocator_api)Returns a reference to the underlying allocator.
\nNote: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.
1.26.0 · sourcepub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
pub fn leak<'a>(b: Box<T, A>) -> &'a mut Twhere\n A: 'a,
Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.
This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.
Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.
Examples
\nSimple usage:
\n\nlet x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);Unsized data:
\n\nlet x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);1.63.0 (const: unstable) · sourcepub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>where\n A: 'static,
Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.
This conversion does not allocate on the heap and happens in place.
\nThis is also available via From.
Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.
Notes
\nIt’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.
struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n fn from(_: Box<()>) -> Pin<Foo> {\n Pin::new(Foo)\n }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);1.0.0 · source§impl<S> Seek for Box<S>
impl<S> Seek for Box<S>
source§fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>
source§fn stream_position(&mut self) -> Result<u64, Error>
fn stream_position(&mut self) -> Result<u64, Error>
1.55.0 · source§fn rewind(&mut self) -> Result<(), Error>
fn rewind(&mut self) -> Result<(), Error>
1.0.0 · source§impl<W> Write for Box<W>
impl<W> Write for Box<W>
source§fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
fn write(&mut self, buf: &[u8]) -> Result<usize, Error>
source§fn is_write_vectored(&self) -> bool
fn is_write_vectored(&self) -> bool
can_vector)source§fn flush(&mut self) -> Result<(), Error>
fn flush(&mut self) -> Result<(), Error>
source§fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
source§fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>
1.0.0 · source§impl<B> BufRead for Box<B>
impl<B> BufRead for Box<B>
source§fn fill_buf(&mut self) -> Result<&[u8], Error>
fn fill_buf(&mut self) -> Result<&[u8], Error>
source§fn consume(&mut self, amt: usize)
fn consume(&mut self, amt: usize)
amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read moresource§fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>
0xA byte) is reached, and append\nthem to the provided String buffer. Read moresource§fn has_data_left(&mut self) -> Result<bool, Error>
fn has_data_left(&mut self) -> Result<bool, Error>
buf_read_has_data_left)Read has any data left to be read. Read moresource§fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
fn skip_until(&mut self, byte: u8) -> Result<usize, Error>
bufread_skip_until)byte or EOF is reached. Read more1.0.0 · source§impl<R> Read for Box<R>
impl<R> Read for Box<R>
source§fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>
source§fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
read_buf)source§fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>
read, except that it reads into a slice of buffers. Read moresource§fn is_read_vectored(&self) -> bool
fn is_read_vectored(&self) -> bool
can_vector)source§fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>
buf. Read moresource§fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>
buf. Read moresource§fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>
buf. Read moresource§fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>
read_buf)cursor. Read more1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
Read. Read more1.64.0 · source§impl<T> AsFd for Box<T>where\n T: AsFd,
impl<T> AsFd for Box<T>where\n T: AsFd,
source§fn as_fd(&self) -> BorrowedFd<'_>
fn as_fd(&self) -> BorrowedFd<'_>
impl<T, A> Unpin for Box<T, A>
impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
1.0.0 · source§impl<I, A> ExactSizeIterator for Box<I, A>
impl<I, A> ExactSizeIterator for Box<I, A>
1.0.0 · source§impl<I, A> Iterator for Box<I, A>
impl<I, A> Iterator for Box<I, A>
source§fn next(&mut self) -> Option<<I as Iterator>::Item>
fn next(&mut self) -> Option<<I as Iterator>::Item>
source§fn size_hint(&self) -> (usize, Option<usize>)
fn size_hint(&self) -> (usize, Option<usize>)
source§fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>
nth element of the iterator. Read moresource§fn last(self) -> Option<<I as Iterator>::Item>
fn last(self) -> Option<<I as Iterator>::Item>
source§fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>where\n Self: Sized,
iter_next_chunk)N values. Read more1.0.0 · source§fn count(self) -> usizewhere\n Self: Sized,
fn count(self) -> usizewhere\n Self: Sized,
source§fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
fn advance_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
iter_advance_by)n elements. Read more1.28.0 · source§fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
fn step_by(self, step: usize) -> StepBy<Self>where\n Self: Sized,
1.0.0 · source§fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
1.0.0 · source§fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>where\n Self: Sized,\n U: IntoIterator,
source§fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
iter_intersperse)separator\nbetween adjacent items of the original iterator. Read more1.0.0 · source§fn map<B, F>(self, f: F) -> Map<Self, F>
fn map<B, F>(self, f: F) -> Map<Self, F>
1.0.0 · source§fn filter<P>(self, predicate: P) -> Filter<Self, P>
fn filter<P>(self, predicate: P) -> Filter<Self, P>
1.0.0 · source§fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
1.0.0 · source§fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
fn enumerate(self) -> Enumerate<Self>where\n Self: Sized,
1.0.0 · source§fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
1.0.0 · source§fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
1.57.0 · source§fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
1.0.0 · source§fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
fn skip(self, n: usize) -> Skip<Self>where\n Self: Sized,
n elements. Read more1.0.0 · source§fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
fn take(self, n: usize) -> Take<Self>where\n Self: Sized,
n elements, or fewer\nif the underlying iterator ends sooner. Read more1.0.0 · source§fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
source§fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
iter_map_windows)f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more1.0.0 · source§fn inspect<F>(self, f: F) -> Inspect<Self, F>
fn inspect<F>(self, f: F) -> Inspect<Self, F>
1.0.0 · source§fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
fn by_ref(&mut self) -> &mut Selfwhere\n Self: Sized,
source§fn collect_into<E>(self, collection: &mut E) -> &mut E
fn collect_into<E>(self, collection: &mut E) -> &mut E
iter_collect_into)1.0.0 · source§fn partition<B, F>(self, f: F) -> (B, B)
fn partition<B, F>(self, f: F) -> (B, B)
source§fn is_partitioned<P>(self, predicate: P) -> bool
fn is_partitioned<P>(self, predicate: P) -> bool
iter_is_partitioned)true precede all those that return false. Read more1.27.0 · source§fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
1.27.0 · source§fn try_for_each<F, R>(&mut self, f: F) -> R
fn try_for_each<F, R>(&mut self, f: F) -> R
1.0.0 · source§fn fold<B, F>(self, init: B, f: F) -> B
fn fold<B, F>(self, init: B, f: F) -> B
1.51.0 · source§fn reduce<F>(self, f: F) -> Option<Self::Item>
fn reduce<F>(self, f: F) -> Option<Self::Item>
source§fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
iterator_try_reduce)1.0.0 · source§fn all<F>(&mut self, f: F) -> bool
fn all<F>(&mut self, f: F) -> bool
1.0.0 · source§fn any<F>(&mut self, f: F) -> bool
fn any<F>(&mut self, f: F) -> bool
1.0.0 · source§fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
1.30.0 · source§fn find_map<B, F>(&mut self, f: F) -> Option<B>
fn find_map<B, F>(&mut self, f: F) -> Option<B>
source§fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
try_find)1.0.0 · source§fn position<P>(&mut self, predicate: P) -> Option<usize>
fn position<P>(&mut self, predicate: P) -> Option<usize>
1.6.0 · source§fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
1.15.0 · source§fn max_by<F>(self, compare: F) -> Option<Self::Item>
fn max_by<F>(self, compare: F) -> Option<Self::Item>
1.6.0 · source§fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
1.15.0 · source§fn min_by<F>(self, compare: F) -> Option<Self::Item>
fn min_by<F>(self, compare: F) -> Option<Self::Item>
1.0.0 · source§fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
1.36.0 · source§fn copied<'a, T>(self) -> Copied<Self>
fn copied<'a, T>(self) -> Copied<Self>
source§fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>where\n Self: Sized,
iter_array_chunks)N elements of the iterator at a time. Read more1.11.0 · source§fn product<P>(self) -> P
fn product<P>(self) -> P
source§fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
fn cmp_by<I, F>(self, other: I, cmp: F) -> Orderingwhere\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,
iter_order_by)Iterator with those\nof another with respect to the specified comparison function. Read more1.5.0 · source§fn partial_cmp<I>(self, other: I) -> Option<Ordering>
fn partial_cmp<I>(self, other: I) -> Option<Ordering>
PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read moresource§fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,
iter_order_by)Iterator with those\nof another with respect to the specified comparison function. Read moresource§fn eq_by<I, F>(self, other: I, eq: F) -> bool
fn eq_by<I, F>(self, other: I, eq: F) -> bool
iter_order_by)1.5.0 · source§fn lt<I>(self, other: I) -> bool
fn lt<I>(self, other: I) -> bool
Iterator are lexicographically\nless than those of another. Read more1.5.0 · source§fn le<I>(self, other: I) -> bool
fn le<I>(self, other: I) -> bool
Iterator are lexicographically\nless or equal to those of another. Read more1.5.0 · source§fn gt<I>(self, other: I) -> bool
fn gt<I>(self, other: I) -> bool
Iterator are lexicographically\ngreater than those of another. Read more1.5.0 · source§fn ge<I>(self, other: I) -> bool
fn ge<I>(self, other: I) -> bool
Iterator are lexicographically\ngreater than or equal to those of another. Read moresource§fn is_sorted_by<F>(self, compare: F) -> bool
fn is_sorted_by<F>(self, compare: F) -> bool
is_sorted)source§fn is_sorted_by_key<F, K>(self, f: F) -> bool
fn is_sorted_by_key<F, K>(self, f: F) -> bool
is_sorted)1.22.0 · source§impl<T, A> Hasher for Box<T, A>
impl<T, A> Hasher for Box<T, A>
source§fn write_u128(&mut self, i: u128)
fn write_u128(&mut self, i: u128)
u128 into this hasher.source§fn write_usize(&mut self, i: usize)
fn write_usize(&mut self, i: usize)
usize into this hasher.source§fn write_i128(&mut self, i: i128)
fn write_i128(&mut self, i: i128)
i128 into this hasher.source§fn write_isize(&mut self, i: isize)
fn write_isize(&mut self, i: isize)
isize into this hasher.source§fn write_length_prefix(&mut self, len: usize)
fn write_length_prefix(&mut self, len: usize)
hasher_prefixfree_extras)1.8.0 · source§impl<T> Error for Box<T>where\n T: Error,
impl<T> Error for Box<T>where\n T: Error,
source§fn description(&self) -> &str
fn description(&self) -> &str
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
source§impl<S> AsyncIterator for Box<S>
impl<S> AsyncIterator for Box<S>
§type Item = <S as AsyncIterator>::Item
type Item = <S as AsyncIterator>::Item
async_iterator)source§fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>
async_iterator)None if the async iterator is exhausted. Read more1.0.0 · source§impl<T, A> PartialOrd for Box<T, A>
impl<T, A> PartialOrd for Box<T, A>
source§fn le(&self, other: &Box<T, A>) -> bool
fn le(&self, other: &Box<T, A>) -> bool
self and other) and is used by the <=\noperator. Read more1.0.0 · source§impl<T, A> Ord for Box<T, A>
impl<T, A> Ord for Box<T, A>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere\n Self: Sized,
fn max(self, other: Self) -> Selfwhere\n Self: Sized,
impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
impl<I, A> FusedIterator for Box<I, A>
1.0.0 · source§impl<T, A> Clone for Box<T, A>
impl<T, A> Clone for Box<T, A>
source§fn clone(&self) -> Box<T, A>
fn clone(&self) -> Box<T, A>
Returns a new box with a clone() of this box’s contents.
Examples
\nlet x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);source§fn clone_from(&mut self, source: &Box<T, A>)
fn clone_from(&mut self, source: &Box<T, A>)
Copies source’s contents into self without creating a new allocation.
Examples
\nlet x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);1.0.0 · source§impl<I, A> DoubleEndedIterator for Box<I, A>
impl<I, A> DoubleEndedIterator for Box<I, A>
source§fn next_back(&mut self) -> Option<<I as Iterator>::Item>
fn next_back(&mut self) -> Option<<I as Iterator>::Item>
source§fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>
nth element from the end of the iterator. Read moresource§fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
fn advance_back_by(&mut self, n: usize) -> Result<(), NonZeroUsize>
iter_advance_by)n elements. Read more1.27.0 · source§fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read moresource§impl<G, R, A> Coroutine<R> for Box<G, A>
impl<G, R, A> Coroutine<R> for Box<G, A>
§type Yield = <G as Coroutine<R>>::Yield
type Yield = <G as Coroutine<R>>::Yield
coroutine_trait)